#!/bin/bash pushd ~/Work for i in */.git; do ( echo $i; cd $i/..; git pull; git submodule update –recursive; ); done popd
|
||||||||||
|
#!/bin/bash pushd ~/Work for i in */.git; do ( echo $i; cd $i/..; git pull; git submodule update –recursive; ); done popd
설치된 패키지 확인
업그레이드할 패키지 확인
업그레이드
|
||||||||||
|
Copyright © 2026 anydragon - All Rights Reserved Powered by WordPress & Atahualpa |
||||||||||