mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-07 02:37:17 +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
|