summaryrefslogtreecommitdiffstats
path: root/fbbrowser/testApp.sh
diff options
context:
space:
mode:
authorJonathan Bauer2011-01-13 16:03:47 +0100
committerJonathan Bauer2011-01-13 16:03:47 +0100
commit6a48516547b8ae276cf8407b1dda3a7552fa3775 (patch)
tree49bee61031e0699af5d783ad6972140e645bec8c /fbbrowser/testApp.sh
parentScript for testing the app ine one go... (diff)
downloadfbgui-6a48516547b8ae276cf8407b1dda3a7552fa3775.tar.gz
fbgui-6a48516547b8ae276cf8407b1dda3a7552fa3775.tar.xz
fbgui-6a48516547b8ae276cf8407b1dda3a7552fa3775.zip
path fixup...
Diffstat (limited to 'fbbrowser/testApp.sh')
-rwxr-xr-xfbbrowser/testApp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbbrowser/testApp.sh b/fbbrowser/testApp.sh
index 4041cf3..0c50180 100755
--- a/fbbrowser/testApp.sh
+++ b/fbbrowser/testApp.sh
@@ -4,7 +4,7 @@
# Wait for it to load (needed?)
sleep 1
# Start the fbbrowser app.
-/home/joe/fbgui/fbbrowser/fbbrowser -qws
+~/fbgui/fbbrowser/fbbrowser -qws
# Check if fbbrowser is not running, if so kill the qvfb.
if ps aux | grep -v grep | grep fbbrowser > /dev/null
then