freebsd-scripts/bin/pxt-launch-StudiaFirefox.sh

12 lines
188 B
Bash
Executable File

#!/bin/sh
#
#
#
JAIL_NAME="studia"
JAIL_COMMAND="MOZ_USE_XINPUT2=1 firefox"
JAIL_RUN_ID=$(jls | grep $JAIL_NAME | tr -s ' ' | cut -d ' ' -f 2)
jailme $JAIL_RUN_ID sh -c "$JAIL_COMMAND"