6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# --secure
|
||
|
|
||
|
exec /usr/sbin/in.tftpd --foreground --user tftp --address :69 /tftp
|