diff options
| author | Jonathan Bauer | 2011-01-13 16:04:54 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-01-13 16:04:54 +0100 |
| commit | ec2bcfb9d6228f3c936c0480b1890f0e6efd253f (patch) | |
| tree | db0fab8d8fb886ba92531115cc2cbabc717d3639 /fbbrowser/testApp.sh | |
| parent | path fixup... (diff) | |
| download | fbgui-ec2bcfb9d6228f3c936c0480b1890f0e6efd253f.tar.gz fbgui-ec2bcfb9d6228f3c936c0480b1890f0e6efd253f.tar.xz fbgui-ec2bcfb9d6228f3c936c0480b1890f0e6efd253f.zip | |
commented home dir requirement ...
Diffstat (limited to 'fbbrowser/testApp.sh')
| -rwxr-xr-x | fbbrowser/testApp.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fbbrowser/testApp.sh b/fbbrowser/testApp.sh index 0c50180..57f37b7 100755 --- a/fbbrowser/testApp.sh +++ b/fbbrowser/testApp.sh @@ -4,6 +4,7 @@ # Wait for it to load (needed?) sleep 1 # Start the fbbrowser app. +# This requires the fbgui git repository to be in the user's home directory. ~/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 |
