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