mirror of
https://github.com/php-win-ext/php-lua.git
synced 2026-03-24 00:52:12 +01:00
8 lines
77 B
Bash
Executable File
8 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
|
|
|
|
#exit 1 on error
|
|
echo "all ok ";
|
|
ls ./modules/bartlby.so
|
|
exit $?
|