nix-gh/tests/dependencies.builder0.sh

10 lines
145 B
Bash
Raw Normal View History

2004-05-04 15:22:33 +02:00
mkdir $out
echo $(cat $input1/foo)$(cat $input2/bar) > $out/foobar
ln -s $input2 $out/input-2
# Self-reference.
ln -s $out $out/self
echo FOO