1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06:01 +01:00
nix/tests/fixed.builder2.sh
2006-07-21 13:21:43 +00:00

4 lines
76 B
Bash

mkdir $out
mkdir $out/bla
echo "Hello World!" > $out/foo
ln -s foo $out/bar