#!/bin/bash

# Edit this script to suit your system.

# Usage: snakk host [port]

exec ssfe -cooked python -O snakk.py $1 $2
