25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

refresh_templates.sh 173 B

5 yıl önce
1234567891011
  1. #!/bin/bash
  2. BASEDIR=$1
  3. if [ "x$BASEDIR" = "x" ] ; then
  4. echo "No template git repo specified. Usage: $0 <template-git-repo>"
  5. exit 1
  6. fi
  7. cd $BASEDIR
  8. git fetch
  9. git rebase