4 lines
89 B
Bash
4 lines
89 B
Bash
#!/bin/sh
|
|
|
|
exec /usr/sbin/in.tftpd --foreground --user tftp --address :69 --secure /tftp
|