5 lines
69 B
Bash
5 lines
69 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export SONIST_LIB_DIR=$(pwd)
|
||
|
|
||
|
./usr/lib/sonist/sonist.py
|