mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-26 23:39:28 +00:00
Added a script to clean calls on dev machine
This commit is contained in:
parent
bdea890aaa
commit
45875a2972
14
bin/clean_calls_perpetual.sh
Executable file
14
bin/clean_calls_perpetual.sh
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Clean call on a long period
|
||||
# This script is made to be used on dev machines only
|
||||
# @author Pierre HUBERT
|
||||
|
||||
# Place us in current directory
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
cd $SCRIPT_DIR;
|
||||
|
||||
while true; do
|
||||
./clean_calls
|
||||
sleep 30;
|
||||
done
|
Loading…
Reference in New Issue
Block a user