summaryrefslogtreecommitdiffstats
path: root/release/scripts/info.sh
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/info.sh')
-rw-r--r--release/scripts/info.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/scripts/info.sh b/release/scripts/info.sh
index b1c8c53..e25ceb7 100644
--- a/release/scripts/info.sh
+++ b/release/scripts/info.sh
@@ -1,5 +1,9 @@
#!/bin/sh
+#
# $ANA: info.sh,v 1.3 1996/06/04 16:25:30 wollman Exp $
+# $FreeBSD$
+#
+
ls $1.[a-z][a-z] | wc | awk '{ print "Pieces = ",$1 }'
for FILE in $1.[a-z][a-z]; do
PIECE=`echo $FILE | cut -d . -f 2`
OpenPOWER on IntegriCloud