enable scripts for ftp and telnet

This commit is contained in:
Albert S. 2013-06-30 12:14:37 +02:00
父節點 6cab4e5e34
當前提交 eec4c8bf34
共有 2 個檔案被更改,包括 5 行新增0 行删除

2
rescueOS/enableftp.sh Executable file
查看文件

@ -0,0 +1,2 @@
#!/bin/sh
tcpsvd -v 0.0.0.0 21 ftpd -w &

3
rescueOS/enabletelnet.sh Executable file
查看文件

@ -0,0 +1,3 @@
#!/bin/sh
#uhh..
telnetd &