play1.sh 243 B

123456789
  1. #!/bin/bash
  2. RETCODE=$(fw_exists ${IROOT}/play-1.2.5.installed)
  3. [ ! "$RETCODE" == 0 ] || { return 0; }
  4. fw_get http://downloads.typesafe.com/releases/play-1.2.5.zip -O play-1.2.5.zip
  5. fw_unzip play-1.2.5.zip
  6. touch ${IROOT}/play-1.2.5.installed