5 lignes
94 B
Bash
Fichiers exécutables
5 lignes
94 B
Bash
Fichiers exécutables
#!/bin/bash
|
|
|
|
readonly CURR_DIR=$(cd "$(dirname "$0")"; pwd -P)
|
|
|
|
${CURR_DIR}/builder/main.py $@ |