3 lines
155 B
Bash
Executable file
3 lines
155 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 -oBatchMode=yes -oLogLevel=ERROR $*
|