mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-04 17:26:32 +00:00
7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# ELFIOTest requires to have the current working directory here,
|
||
|
# otherwise it would not find its test files
|
||
|
cd `dirname $0`
|
||
|
./ELFIOTest
|