Skip to content
Snippets Groups Projects
Commit 7b98c5f5 authored by axk's avatar axk
Browse files

Added launch command for Safari (commented though as mozilla is the default browser

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@1857 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 9fe4db65
No related branches found
No related tags found
No related merge requests found
......@@ -192,6 +192,11 @@ EOF
# delete it at some point
echo "rm -f $new_file > /dev/null 2>&1" | at now + 36 hours
# MAC OS X => Safari browser
# The command then is the following
# if $NETSCAPE $new_file
# For Netscape or mozilla
if $NETSCAPE -remote "openURL($new_file)"
then
exit 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment