diff --git a/cmake/moose.in b/cmake/moose.in new file mode 100755 index 0000000000000000000000000000000000000000..c1c5872d902cea13341e0781e829c72a7b016c28 --- /dev/null +++ b/cmake/moose.in @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +( + cd @CMAKE_INSTALL_PREFIX@/lib/moose && python mgui.py & +)