7 lines
75 B
Bash
Executable File
7 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
BASEPATH=$(dirname $0)
|
|
|
|
python3 $BASEPATH/journaliser.py $*
|
|
|