diff --git a/bin/clean_calls_perpetual.sh b/bin/clean_calls_perpetual.sh new file mode 100755 index 0000000..86e2c67 --- /dev/null +++ b/bin/clean_calls_perpetual.sh @@ -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 \ No newline at end of file