5 lines
128 B
Bash
Executable File
5 lines
128 B
Bash
Executable File
#!/bin/bash
|
|
source /opt/haxhq.com/venv/bin/activate
|
|
cd /opt/haxhq.com/haxhq/haxhq
|
|
/opt/haxhq.com/venv/bin/python haxhqcli.py $@
|