mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 09:46:16 +02:00
9 lines
133 B
Bash
Executable file
9 lines
133 B
Bash
Executable file
#! /bin/sh
|
|
|
|
echo "builder 2"
|
|
|
|
mkdir $out || exit 1
|
|
cd $out || exit 1
|
|
echo "Hallo Wereld" > bla
|
|
echo $builder >> bla
|
|
echo $out >> bla
|