initial commit

This commit is contained in:
Captain Beyond
2024-11-12 22:53:05 -06:00
commit 95153802b5
7 changed files with 200 additions and 0 deletions

6
update Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
snek refresh
for PKG in $(snek list | cut -d ':' -f 1)
do
cp $(snek scoopize $PKG) bucket
done