5 lines
82 B
Fish
5 lines
82 B
Fish
|
#!/usr/bin/env fish
|
||
|
fish_add_path $coreutils/bin
|
||
|
mkdir $out
|
||
|
cp $src $out/$argv[1]
|