Remove update.sh
This commit is contained in:
parent
29d1870eb3
commit
2cab93bad9
@ -1,9 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
for DIR in *; do
|
|
||||||
#[ -d "$DIR" ] && "cd "$DIR" ; pwd"
|
|
||||||
if [ -d "$DIR" ] ; then
|
|
||||||
cd "$DIR"
|
|
||||||
git up
|
|
||||||
cd ..
|
|
||||||
fi
|
|
||||||
done
|
|
Loading…
Reference in New Issue
Block a user