1
0

Remplacement de analyzer.php par analyzer.sh permet de retirer la dependances à php et de passer en full bash

This commit is contained in:
unfr
2025-02-02 11:49:12 +01:00
parent 437932dacd
commit 1bba50c678
6 changed files with 82 additions and 140 deletions

View File

@@ -1,6 +1,11 @@
#!/bin/bash
source /home/$USER/autopost/conf.sh
#CONFIG GLOBAL
SCREEN_NAME="autopost"
SCRIPT_PATH="/home/$USER/autopost/posteur.sh"
ANALYZER="/home/$USER/autopost/analyzer.sh"
# Couleurs de texte
NOIR='\e[30m'
ROUGE='\e[31m'