From d088c6c2e4cd1ca07da568f783b42ee53d4b5649 Mon Sep 17 00:00:00 2001 From: Roeland Hancock Date: Tue, 16 Jan 2018 23:08:30 -0500 Subject: [PATCH] Data paths are now relative. Helper start_vps script loads state --- start_vps | 12 ++++++++++++ vps.pvsm | 8 ++++---- 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100755 start_vps diff --git a/start_vps b/start_vps new file mode 100755 index 0000000..5b1fb22 --- /dev/null +++ b/start_vps @@ -0,0 +1,12 @@ +#!/bin/bash + +#This should be the full path to the ParaView app +#Must end in .app +PVAPP=/Applications/ParaView-5.4.1.app + + +BASE="$( cd "$(dirname "$0")" ; pwd -P )" +cd $BASE +PVCMD="$PVAPP/Contents/MacOS/paraview" + +`$PVCMD --state=vps.pvsm` diff --git a/vps.pvsm b/vps.pvsm index 901d80b..2f28318 100644 --- a/vps.pvsm +++ b/vps.pvsm @@ -51436,7 +51436,7 @@ - + @@ -51592,19 +51592,19 @@ - + - + - +