This commit is contained in:
Van 2014-11-06 15:04:43 +08:00
commit 6b4dcbbb5a
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
#!/usr/bin/env bash #!/bin/bash
# Wide package tool. # Wide package tool.
# #
# Command: # Command:
# ./pkg.bash ${version} ${target} # ./pkg.sh ${version} ${target}
# Example: # Example:
# ./pkg.bash 1.0.1 /home/daniel/1.0.1/ # ./pkg.sh 1.0.1 /home/daniel/1.0.1/
ver=$1 ver=$1
target=$2 target=$2