This commit is contained in:
biosvos
2026-08-07 17:38:18 +09:00
commit 873193a243
9613 changed files with 2755992 additions and 0 deletions
@@ -0,0 +1,14 @@
#!/bin/sh
if [ $# -lt 1 ]
then
echo "$0 [REVISONNUM]"
echo "REVISONNUM : Maximum revision of applications."
echo " ex) /root/work/files/pack.sh R1073"
exit 1
fi
REVISION=$1
rm -f ../SOURCES/collectd-3.4.0.$REVISION.tar.gz
tar -czvf collectd-3.4.0.$REVISION.tar.gz ./collectd-3.4.0.$REVISION
mv -f collectd-3.4.0.$REVISION.tar.gz ../SOURCES/