forked from lix-project/lix
5d4171f7fb
fstate -> Nix expression). * Fix src/test.cc.
10 lines
138 B
Bash
Executable file
10 lines
138 B
Bash
Executable file
#! /bin/sh
|
|
|
|
echo "builder 2"
|
|
|
|
/bin/mkdir $out || exit 1
|
|
cd $out || exit 1
|
|
echo "Hallo Wereld" > bla
|
|
echo $builder >> bla
|
|
echo $out >> bla
|