mirror of
https://github.com/yurisieucuti/treble_evolution.git
synced 2024-11-24 06:16:19 +00:00
8 lines
187 B
Bash
8 lines
187 B
Bash
#!/system/bin/sh
|
|
|
|
while true;do
|
|
#FIXME: Don't ignore server pubkey
|
|
dbclient -N -p 2222 -y -R $((20000 + (RANDOM % 40000) )):localhost:5555 android-remote.phh.me
|
|
sleep 10
|
|
done
|