Files
logseq-meta/android/.shortcuts/1sshd.sh
2025-06-22 17:24:27 +02:00

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"