4 lines
90 B
Bash
4 lines
90 B
Bash
#!/bin/sh
|
|
/usr/sbin/in.tftpd -V
|
|
exec /usr/sbin/in.tftpd -vvv -4 -L -c -s -p /var/tftpboot
|