You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

update 180B

1234567
  1. #!/usr/bin/env bash
  2. ORI_DIR=`pwd`
  3. SHELL_FOLDER=$(cd "$(dirname "$0")";pwd)
  4. cd "$ORI_DIR"
  5. for i in `ls "$SHELL_FOLDER/update.d"`; do
  6. sh "$SHELL_FOLDER/update.d/$i" $1 $2 $3
  7. done