From 436faee6ca8937c2bd3bcebc5cc8d8a4a0c43b41 Mon Sep 17 00:00:00 2001 From: Jeff Bilyk Date: Sat, 4 Dec 2010 15:21:15 +0000 Subject: apts: add a few comments to apts script Add a few comments to script --- apts | 7 +++++++ 1 file changed, 7 insertions(+) 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 +# Version History: +# Dec 4 2010 - Initial version + # Get file to output to program=$0 -- cgit v1.2.3