Megatest

download.sh at [8666173eaf]
Login

File tests/installall/tests/ffcall/download.sh artifact 920a471732 part of check-in 8666173eaf


#!/usr/bin/env bash

# Run your step here

if ! [[ -e ffcall.tar.gz ]] ; then
    wget http://www.kiatoa.com/matt/iup/ffcall.tar.gz 
fi

tar xfvz ffcall.tar.gz

ls -l ffcall