aboutsummaryrefslogtreecommitdiff
path: root/xgui/pdx.sh
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2002-11-13 08:38:02 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2002-11-13 08:38:02 +0000
commit02a5595973b61d2cf789b9074167ed73b928d157 (patch)
tree0f6611197fc0219b7eb6213d26593390fa4eda62 /xgui/pdx.sh
parent3d60efd1619e57e5de9ba070a2b7331e55cf0932 (diff)
This commit was generated by cvs2svn to compensate for changes in r206,
which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=207
Diffstat (limited to 'xgui/pdx.sh')
-rwxr-xr-xxgui/pdx.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/xgui/pdx.sh b/xgui/pdx.sh
new file mode 100755
index 00000000..ed8fbbff
--- /dev/null
+++ b/xgui/pdx.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+./bin/xgui.sh &
+../bin/pd -open ./main/pdx_connect.pd \
+ -path ./main/ \
+ -path ./adapters_in \
+ -path ./adapters_out \
+ -path ./behaviors \
+ -path ./filters \
+ -path ./objects \
+ -path ./utils \
+ -path ./physics \
+ -path ./bin
+
+