git update scripts for external repositories
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh -f
|
||||
|
||||
if [ $# -eq '2' ]; then
|
||||
echo usage: $0 nickname
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd extend/addon/$1
|
||||
git pull
|
||||
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh -f
|
||||
|
||||
if [ $# -eq '2' ]; then
|
||||
echo usage: $0 nickname
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cd extend/theme/$1
|
||||
git pull
|
||||
|
||||
Reference in New Issue
Block a user