From 3faf17f7b713905f582def227df90dac15f3468d Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 10 Jul 2007 07:47:46 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r7969, which included commits to RCS files with non-trunk default branches. svn path=/trunk/abstractions/s-abstractions/; revision=7970 --- install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 install (limited to 'install') diff --git a/install b/install new file mode 100644 index 0000000..92014b3 --- /dev/null +++ b/install @@ -0,0 +1,14 @@ +#!/bin/bash + +touch ~/.pdrc + +if [ "`grep -c pd_start.pd ~/.pdrc`" == "0" ] +then + path=`pwd` + cmd="-open `pwd`/pd_start.pd" + echo Adding $cmd to your ~/.pdrc file + echo $cmd >> ~/.pdrc + echo Adding $path to your pd path + echo -path $path >> ~/.pdrc +fi + -- cgit v1.2.1