Created
June 8, 2016 03:27
-
-
Save syohex/e4e76e8827785211054bf4d9c76ef23e to your computer and use it in GitHub Desktop.
Download NetBSD source code archives and extract them
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -e | |
set -x | |
for file in src syssrc sharesrc | |
do | |
curl -LO http://ftp.jaist.ac.jp/pub/NetBSD/NetBSD-7.0.1/source/sets/${file}.tgz | |
tar xvf ${file}.tgz | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment