mirror of
https://github.com/isj4/vagus.git
synced 2025-01-22 17:48:42 -05:00
6 lines
148 B
Bash
Executable File
6 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd __BIN_DIRECTORY__ || exit
|
|
|
|
python vagus.py --loggingconf __CONF_DIRECTORY__/logging.conf --config_file __CONF_DIRECTORY__/vagus.ini
|