archlinux PASS

This commit is contained in:
Jeff Carr 2023-01-12 00:13:59 -06:00
parent c771413024
commit 2f2cef584e
2 changed files with 4 additions and 0 deletions

View File

View File

@ -12,6 +12,10 @@ if [ "$2" == "" ]; then
exit
fi
if [ ! -d "$DIST" ]; then
mkdir $DIST
fi
touch $DIST/$STAMP.$NAME
git add --all