Created
March 16, 2013 09:52
-
-
Save sasasin/5175743 to your computer and use it in GitHub Desktop.
OpenBSDのソース更新スクリプト。
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 | |
OSVERSION="OPENBSD_"`uname -r | sed 's/\./_/g'` | |
CVSROOT="[email protected]:/cvs" | |
export CVSROOT | |
echo $OSVERSION | |
cd /usr/src | |
cvs -q up -r$OSVERSION -Pd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment