mirror of
https://github.com/NixOS/nix.git
synced 2025-12-06 17:11:00 +01:00
* Refactored the source tree.
This commit is contained in:
parent
0eab306466
commit
53e376d836
50 changed files with 0 additions and 1 deletions
9
src/libnix/test-builder-2.sh
Executable file
9
src/libnix/test-builder-2.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#! /bin/sh
|
||||
|
||||
echo "builder 2"
|
||||
|
||||
/bin/mkdir $out || exit 1
|
||||
cd $out || exit 1
|
||||
echo "Hallo Wereld" > bla
|
||||
echo $builder >> bla
|
||||
echo $out >> bla
|
||||
Loading…
Add table
Add a link
Reference in a new issue