- make root dir clean.
This commit is contained in:
9
deploy/cleanup.sh
Executable file
9
deploy/cleanup.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ ! -d "../backup" ]; then
|
||||
mkdir ../backup
|
||||
fi
|
||||
|
||||
if [ -f "../jx-callback.*~" ] then
|
||||
mv ../jx-callback.*~ ../backup/
|
||||
fi
|
||||
Reference in New Issue
Block a user