mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 21:21:00 +01:00
* Argument processing.
This commit is contained in:
parent
727beb798a
commit
c739e20585
3 changed files with 44 additions and 12 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue