Add readme

This commit is contained in:
Nicolas Bertrand 2024-01-22 13:09:44 +01:00
parent 11b08a9115
commit 62f6837862
1 changed files with 35 additions and 0 deletions

35
Readme.md Normal file
View File

@ -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/
```