restart git repo
This commit is contained in:
commit
8a816b5e85
16 changed files with 1458 additions and 0 deletions
4
os/lib/copy-file.fish
Executable file
4
os/lib/copy-file.fish
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env fish
|
||||
fish_add_path $coreutils/bin
|
||||
mkdir $out
|
||||
cp $src $out/$argv[1]
|
Loading…
Add table
Add a link
Reference in a new issue