Add readme
This commit is contained in:
parent
11b08a9115
commit
62f6837862
|
|
@ -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/
|
||||
```
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue