lix/src/libstore/test-builder-2.sh

10 lines
138 B
Bash
Raw Normal View History

#! /bin/sh
2003-06-16 21:01:18 +00:00
echo "builder 2"
/bin/mkdir $out || exit 1
cd $out || exit 1
2003-06-16 21:01:18 +00:00
echo "Hallo Wereld" > bla
echo $builder >> bla
echo $out >> bla