about summary refs log blame commit diff
path: root/tests/gc-runtime.builder.sh
blob: a8c2d3e091507ad173ea190300c2fdd9d33375af (plain) (tree)
1
2
3
4
5
6
7
8







                        
mkdir $out

cat > $out/program <<EOF
#! $SHELL
sleep 10000
EOF

chmod +x $out/program