libvirt_cloud/roles/toxcore/overlay/Linux/usr/local/bin/gridfire2.bash

12 lines
239 B
Bash
Raw Normal View History

2024-01-15 12:44:06 +00:00
#!/bin/sh
# -*- mode: sh; tab-width: 8; encoding: utf-8-unix -*-
# https://github.com/reid-k/gridfire/
prog=$( basename $0 .bash )
PREFIX=/usr/local
ROLE=toxcore
PYVER=2
exec python$PYVER.sh /usr/local/src/gridfire/gridfire.py "$OARGS"