6 lines
188 B
Bash
6 lines
188 B
Bash
#!/data/data/com.termux/files/usr/bin/bash
|
|
|
|
/data/data/com.termux/files/usr/bin/sshd
|
|
echo "We need to pause this or the sshd will be killed with Termux."
|
|
read -p "press enter to continue"
|