4 lines
69 B
Text
Executable file
4 lines
69 B
Text
Executable file
#/bin/bash
|
|
DYLD_LIBRARY_PATH=$PWD/dist/lib
|
|
./dist/bin/osgversion $1
|
|
|