restart git repo

This commit is contained in:
Jeeves 2024-06-24 12:54:49 -06:00
commit 8a816b5e85
16 changed files with 1458 additions and 0 deletions

4
os/lib/copy-file.fish Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env fish
fish_add_path $coreutils/bin
mkdir $out
cp $src $out/$argv[1]