This commit is contained in:
邹宗楠
2022-08-03 14:44:09 +08:00
parent 954834e357
commit f4818cba0f
3 changed files with 28 additions and 26 deletions

View File

@@ -4,4 +4,6 @@ if [ ! -d "backup" ]; then
mkdir backup
fi
mv jx-print.*~ backup/
if ls jx-print.*~ > /dev/null 2>&1; then
mv jx-print.*~ backup/
fi