release.sh 93 B

1234567891011
  1. #!/bin/env sh
  2. VER="@1"
  3. if [ -z $VER ];then
  4. echo "Please pass the version."
  5. exit 1
  6. fi