1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/tests/gc-runtime.builder.sh

9 lines
86 B
Bash
Raw Normal View History

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