From 0fa7e884e0666b1c24adedf8b928a87c2fa43f86 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 1 Sep 2022 02:57:07 +0200 Subject: [PATCH] Declenche les processus backoffice PLAYER et WORLD --- 20h12.process.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 20h12.process.sh diff --git a/20h12.process.sh b/20h12.process.sh new file mode 100755 index 00000000..f764f24a --- /dev/null +++ b/20h12.process.sh @@ -0,0 +1,13 @@ +#!/bin/bash +######################################################################## +# Version: 0.3 +# License: AGPL-3.0 (https://choosealicense.com/licenses/agpl-3.0/) +######################################################################## +MY_PATH="`dirname \"$0\"`" # relative +MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized +ME="${0##*/}" + +## PROCESS TW BACKOFFICE TREATMENT + +~/.zen/Astroport.ONE/tools/VOEUX.refresh.sh +~/.zen/Astroport.ONE/tools/PLAYER.refresh.sh