mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-23 14:36:16 +02:00
* Dead files.
This commit is contained in:
parent
d941186289
commit
a76efaeb3f
2 changed files with 0 additions and 12 deletions
|
@ -1,3 +0,0 @@
|
||||||
#! /bin/sh
|
|
||||||
|
|
||||||
echo "Hello World" > $out
|
|
|
@ -1,9 +0,0 @@
|
||||||
#! /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…
Reference in a new issue