5 lines
80 B
Nix
5 lines
80 B
Nix
# the $out is a shell script variable
|
|
let
|
|
out = "Nix";
|
|
in
|
|
"echo ${out} > $out" |