mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 12:10:59 +01:00
6 lines
133 B
Bash
6 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
|