diff --git a/fetch_doc.rb b/fetch_doc.rb index 1202d2c..b8e933f 100755 --- a/fetch_doc.rb +++ b/fetch_doc.rb @@ -1,4 +1,10 @@ #!/usr/bin/env ruby +# +# fetch_doc.rb +# +# Fetch the documentation from the wiki and translate it +# to be human readable. +# require 'open-uri' diff --git a/roll_release.sh b/roll_release.sh index 831c97f..386e7e7 100755 --- a/roll_release.sh +++ b/roll_release.sh @@ -1,4 +1,10 @@ #!/bin/sh +# +# roll_release.sh +# +# Rolls a distribution tarball from the svn trunk +# and performs basic QA checks. +# TRUNK_PATH="./pam_usb"