moving update scripts into internal folder

This commit is contained in:
Andrew
2025-05-08 15:24:43 -04:00
parent 43973742ce
commit c580920517
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
# the command used to initialize our subtree
#git subtree add --prefix ccontavalli-ssh-ident https://github.com/ccontavalli/ssh-ident.git master --squash
# the command used to update our subtree
git subtree pull --prefix ccontavalli-ssh-ident https://github.com/ccontavalli/ssh-ident.git master --squash