1
0

added update.sh

This commit is contained in:
2025-12-06 18:27:48 -06:00
parent e108e29934
commit 28064362d5
Executable
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
for d in */;do cd $d && git fetch; cd ..;done