1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-20 04:10:12 -04:00
nix-pills/pills/07/simple_builder.sh.txt

4 lines
73 B
Plaintext
Raw Normal View History

2017-08-13 05:56:53 -04:00
export PATH="$coreutils/bin:$gcc/bin"
mkdir $out
gcc -o $out/simple $src