mirror of
https://github.com/serge1/ELFIO.git
synced 2024-11-02 02:26:47 +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
|