File: example01.sh

package info (click to toggle)
pdp 1%3A0.14.1%2Bdarcs20180201-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 3,220 kB
  • sloc: ansic: 22,424; asm: 2,088; makefile: 532; perl: 145; sh: 108; cpp: 4
file content (13 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
cd $(dirname $0)
PD=/usr/local/bin/pd
PDP=/home/tom/pdp
exec gdb -x example01.gdb -i=mi --args $PD \
-nogui -nrt -noprefs \
-path $PDP \
-path $PDP/abstractions \
-path $PDP/opengl \
-path $PDP/opengl/abstractions \
-lib pdp \
-lib pdp_opengl \
example01.pd