Skip to content

Instantly share code, notes, and snippets.

@sasasin
Created March 16, 2013 09:52
Show Gist options
  • Save sasasin/5175743 to your computer and use it in GitHub Desktop.
Save sasasin/5175743 to your computer and use it in GitHub Desktop.
OpenBSDのソース更新スクリプト。
#!/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