summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2010-12-04 15:21:15 +0000
committerJeff Bilyk <jbilyk@gmail.com>2010-12-04 15:21:15 +0000
commit436faee6ca8937c2bd3bcebc5cc8d8a4a0c43b41 (patch)
tree950f059f31ee6e574acb74b529f1e000fa152dcc
parent26357b16c4c735757b9791f99c1492bc9bb832fd (diff)
downloadapts-436faee6ca8937c2bd3bcebc5cc8d8a4a0c43b41.tar.bz2
apts-436faee6ca8937c2bd3bcebc5cc8d8a4a0c43b41.tar.xz
apts: add a few comments to apts script
Add a few comments to script
-rwxr-xr-xapts7
1 files changed, 7 insertions, 0 deletions
diff --git a/apts b/apts
index a9a31b2..90d13bd 100755
--- a/apts
+++ b/apts
@@ -1,5 +1,12 @@
#!/bin/sh
+# apts is a testing suite for packages on the Alpine Linux system
+# In theory, it will work on any distribution that uses the apk-tools
+# package manager
+# Author: Jeff Bilyk <jbilyk@gmail.com>
+# Version History:
+# Dec 4 2010 - Initial version
+
# Get file to output to
program=$0