Closed derekschrock closed 11 years ago
bash, curl, and wget are not in base FreeBSD however fetch(1) is.
use sh instead of bash
try to use curl, wget, or fetch
use printf instead of 'echo -n'
temp outfile created via mktemp
grep -q to remove redirect
bash, curl, and wget are not in base FreeBSD however fetch(1) is.
use sh instead of bash
try to use curl, wget, or fetch
use printf instead of 'echo -n'
temp outfile created via mktemp
grep -q to remove redirect