mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
opt miss.sh
This commit is contained in:
parent
712290be48
commit
7ef4ee6ae7
@ -23,11 +23,15 @@ ish_miss_prepare toolkits
|
|||||||
repos=(volcanos icebergs intshell contexts toolkits learning)
|
repos=(volcanos icebergs intshell contexts toolkits learning)
|
||||||
ish_miss_pull() {
|
ish_miss_pull() {
|
||||||
for p in $repos; do
|
for p in $repos; do
|
||||||
cd usr/$p && pwd && git pull; cd -
|
cd usr/$p && echo && ish_show -g $PWD
|
||||||
|
git pull
|
||||||
|
cd -
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
ish_miss_status() {
|
ish_miss_status() {
|
||||||
for p in $repos; do
|
for p in $repos; do
|
||||||
cd usr/$p && pwd && git status; cd -
|
cd usr/$p && echo && ish_show -g $PWD
|
||||||
|
git status
|
||||||
|
cd -
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user