various fixes
[distro-setup] / rew
diff --git a/rew b/rew
index ee1aaf430ed703c8671d005aa6e55039c5632cdf..2ce3a665dba9a5496d888d676354845cd792fad8 100755 (executable)
--- 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 ||: