Files
jx-callback/deploy/cleanup.sh
gazebo 937c889867 - fk.
2018-08-07 10:07:23 +08:00

9 lines
145 B
Bash
Executable File

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