Skip to content

Instantly share code, notes, and snippets.

@rubeniskov
Last active November 15, 2021 10:36
Show Gist options
  • Save rubeniskov/5acd8e1dc482757b7495109d95fa6818 to your computer and use it in GitHub Desktop.
Save rubeniskov/5acd8e1dc482757b7495109d95fa6818 to your computer and use it in GitHub Desktop.
control tty1 shell
#
sudo script -t0 /dev/tty1 bash
# send command to tty1
sudo setsid sh -c 'exec /home/pi/vkquake3/ioquake3 <> /dev/tty1 >&0 2>&1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment