1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-07 12:30:47 -07:00
moth/sh4pwn/skeleton/service/tty1/run
2011-10-11 15:38:34 -06:00

6 lines
84 B
Bash
Executable file

#! /bin/sh
dev=/dev/$(basename $(pwd))
test -c $dev || exit
exec getty 38400 $dev