This commit is contained in:
suyl
2021-07-15 16:41:16 +08:00
parent 6f3748ebf9
commit 1388b353e0
2 changed files with 16 additions and 0 deletions

9
deploy/cleanup.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
if [ ! -d "backup" ]; then
mkdir backup
fi
if ls jx-print.*~ > /dev/null 2>&1; then
mv jx-print.*~ backup/
fi