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

12 lines
149 B
Bash
Executable File

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