Son aktivite 1745702495

Simple script that updates AUR packages from Git

AccelShark bu gisti düzenledi 1745702495. Düzenlemeye git

1 file changed, 8 insertions

update.sh(dosya oluşturuldu)

@@ -0,0 +1,8 @@
1 + #!/bin/bash
2 +
3 + for pkg in **/; do
4 + echo ">>> Trying to pull $pkg contents"
5 + cd $pkg
6 + git pull
7 + cd ..
8 + done
Daha yeni Daha eski