Added imapsync-batch-run
This commit is contained in:
14
imapsync-batch-run/status.sh
Executable file
14
imapsync-batch-run/status.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
while true
|
||||
do
|
||||
clear
|
||||
if [[ -f status.tmp ]]
|
||||
then
|
||||
cat status.tmp
|
||||
else
|
||||
echo "Done!"
|
||||
exit
|
||||
fi
|
||||
sleep 10s
|
||||
done
|
||||
Reference in New Issue
Block a user