1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-28 21:21:00 +01:00

* Argument processing.

This commit is contained in:
Eelco Dolstra 2003-06-16 21:01:18 +00:00
parent 727beb798a
commit c739e20585
3 changed files with 44 additions and 12 deletions

View file

@ -1,5 +1,8 @@
#! /bin/sh
echo "builder 2"
mkdir $out || exit 1
cd $out || exit 1
echo "Hello World" > bla
echo "Hallo Wereld" > bla
cat $src >> bla