mirror of
https://github.com/geohot/qira
synced 2025-03-14 11:03:08 +03:00
6 lines
134 B
Bash
Executable File
6 lines
134 B
Bash
Executable File
#!/bin/bash -e
|
|
DIR=$(dirname $(readlink -f $0))
|
|
source $DIR/venv/bin/activate
|
|
exec /usr/bin/env python2.7 $DIR/middleware/qira.py $*
|
|
|