diff options
author | B. Watson <yalhcru@gmail.com> | 2015-09-15 19:40:26 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2015-09-15 19:40:26 -0400 |
commit | c1f243467dbfb839f58541287dfd8e94f9e09d9a (patch) | |
tree | 403422b3bb45dc0833f3320ed7eff1abac63c2a4 /sbofindsrc | |
parent | 2a802f0d62ec5b322d4fe287362427da2c0b0163 (diff) | |
download | sbostuff-c1f243467dbfb839f58541287dfd8e94f9e09d9a.tar.gz |
stuff
Diffstat (limited to 'sbofindsrc')
-rwxr-xr-x | sbofindsrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -132,6 +132,7 @@ debian_download() { return $ret } +# my own archive. Not well populated yet. naptime_download() { do_wget "http://urchlay.naptime.net/~urchlay/src/$dlfile" } @@ -191,6 +192,7 @@ if [ "$#" -gt 1 ]; then usage 1 fi +echo "-=- $1" read_info_file "$1" for srcurl in $DOWNLOAD; do |