guix/tests/gc-runtime.builder.sh

9 lines
86 B
Bash
Raw Normal View History

2006-07-21 12:46:54 +00:00
mkdir $out
cat > $out/program <<EOF
#! $SHELL
sleep 10000
EOF
chmod +x $out/program