0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-12 02:34:52 +00:00
2023-01-31 04:56:40 +00:00

4 lines
117 B
Bash
Executable File

if [ "$(guile -c '(system* "echo" "Hello" "world")')" != "Hello world" ]; then
echo 'ERROR: system* not working'
fi