From a844183e251ea83269ba8df2b8850023bc1107ef Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Sat, 19 Nov 2016 17:23:10 +0530 Subject: [PATCH] Added missing file. --- cmake/moose.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 cmake/moose.in diff --git a/cmake/moose.in b/cmake/moose.in new file mode 100755 index 00000000..c1c5872d --- /dev/null +++ b/cmake/moose.in @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +( + cd @CMAKE_INSTALL_PREFIX@/lib/moose && python mgui.py & +) -- GitLab