nix-gh/tests/fixed.builder2.sh

7 lines
133 B
Bash

echo dummy: $dummy
if test -n "$dummy"; then sleep 2; fi
mkdir $out
mkdir $out/bla
echo "Hello World!" > $out/foo
ln -s foo $out/bar