Changeset 685
- Timestamp:
- Jul 21, 2010, 3:44:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/scripts/deploy_latest_gscf.sh
r681 r685 72 72 73 73 cd ~ 74 rm grails*.zip > /dev/null74 ls -1 ~|grep grails|grep zip|xargs -i rm ~/{} 75 75 76 76 echo ".downloading grails release "$GRAILS_VERSION"... (this might take a while)"
Note: See TracChangeset
for help on using the changeset viewer.