#!/bin/bash GD_PATH="/opt/gravedigger" #set tty /bin/stty -echoprt pushd $GD_PATH > /dev/null /usr/bin/env python3 digger.py popd > /dev/null