Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions editgraph
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
which open
if [ $? == 0 ]
then
open https://controlcore-project.github.io/DHGWorkflow/
open https://controlcore-project.github.io/concore-editor/
else
which xdg-open
if [ $? == 0 ]
then
xdg-open https://controlcore-project.github.io/DHGWorkflow/
xdg-open https://controlcore-project.github.io/concore-editor/
else
echo "unable to open browser for DHGWorkflow"
echo "unable to open browser for concore-editor"
fi
fi
2 changes: 1 addition & 1 deletion editgraph.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
start https://controlcore-project.github.io/DHGWorkflow/
start https://controlcore-project.github.io/concore-editor/