mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-06 02:43:23 +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
|