X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;ds=sidebyside;f=rew;h=2ce3a665dba9a5496d888d676354845cd792fad8;hb=a886763023165ec84ecdf978be890d8bdd95304f;hp=ee1aaf430ed703c8671d005aa6e55039c5632cdf;hpb=d46190aff6f5dc65bd39524e3937dc5765895b42;p=distro-setup diff --git a/rew b/rew index ee1aaf4..2ce3a66 100755 --- a/rew +++ b/rew @@ -11,10 +11,17 @@ fi # so we don't hold open the /a fs sudo rsync -r --delete /a/opt/gnirehtet /opt cd /opt/gnirehtet -./gnirehtet rt &>/tmp/rt & + +# just running it in foreground so it's easier to kill etc. +./gnirehtet rt + + # note, to kill it, you need to also kill # lsof -i tcp:31416 # and maybe unplug adb cable # note, ping results in log message: dropping invalid packet -tail -F /tmp/rt ||: + +#./gnirehtet rt &>/tmp/rt & + +#tail -F /tmp/rt ||: