Skip to content
Snippets Groups Projects
Commit a459eb1e authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Use /bin/sh instead of bash. #226.

parent 33e117f1
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash #!/bin/sh sh
( cd @CMAKE_INSTALL_PREFIX@/lib/moose/gui && python mgui.py
cd @CMAKE_INSTALL_PREFIX@/lib/moose/gui && python mgui.py &
)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment