mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 02:34:52 +00:00
4 lines
117 B
Bash
Executable File
4 lines
117 B
Bash
Executable File
if [ "$(guile -c '(system* "echo" "Hello" "world")')" != "Hello world" ]; then
|
|
echo 'ERROR: system* not working'
|
|
fi
|