4 lines
122 B
Bash
Executable file
4 lines
122 B
Bash
Executable file
#!/data/data/com.termux/files/usr/bin/sh
|
|
export LD_LIBRARY_PATH=/data/data/com.termux/files/usr/lib:/system/lib64/
|
|
ssh $*
|