diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..6b8ab60 --- /dev/null +++ b/Readme.md @@ -0,0 +1,35 @@ +# Utopia tools + +## Preparation PATH de scipt local + +D'abord creer un chemin vers des scripts locaux + +``` +mkdir -p /home/utopia/.local/bin +``` +Si besoin rajouter PATH dans .bashrc + +exemple en fin de .basrc + +``` +export PATH="/home/utopia/.local/bin:$PATH" +``` + + +## Installer le script + +``` +wget -P $HOME/.local/bin/ https://git.polymny.net/nicolas/utopia-tools/raw/branch/main/check-dcp-long +chmod +x $HOME/.local/bin/check-dcp-long +``` + + +## Executer + +Exemple : +``` +check-dcp-long /data/udcpb/Leo28_XSN-1_F_2K_20240114_SMPTE_OV/ +``` + + +