Artifact 6f292815bbcdedf5b2d4c69a2c22a84b5b2fe727:
- Executable file tests/installall/tests/ffcall/download.sh — part of check-in [5a88f742d7] at 2013-07-22 16:44:27 on branch dev — Added cache for downloads (user: matt, size: 249) [annotate] [blame] [check-ins using]
#!/usr/bin/env bash # Run your step here source $PREFIX/buildsetup.sh if ! [[ -e i${DOWNLOADS}/ffcall.tar.gz ]] ; then (cd ${DOWNLOADS};wget http://www.kiatoa.com/matt/iup/ffcall.tar.gz ) fi tar xfvz ${DOWNLOADS}/ffcall.tar.gz ls -l ffcall