From 9727e8625658520e5fdbfb0b9e9903ad540da648 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 18 Apr 2005 00:36:10 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r2777, which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=2778 --- scripts/config-switcher.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 scripts/config-switcher.sh (limited to 'scripts/config-switcher.sh') diff --git a/scripts/config-switcher.sh b/scripts/config-switcher.sh new file mode 100755 index 00000000..04e77f52 --- /dev/null +++ b/scripts/config-switcher.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +# location of plist that Pd reads +PLIST_ROOT=~/Library/Preferences/org.puredata.pd +PLIST=$PLIST_ROOT.plist + +# which config to use (first argument) +CONFIG=$1 + +cp -f "$PLIST_ROOT.$CONFIG.plist" "$PLIST" -- cgit v1.2.1