File: gem

package info (click to toggle)
gem 0.81-7
  • links: PTS
  • area: main
  • in suites: potato
  • size: 4,856 kB
  • ctags: 3,032
  • sloc: cpp: 16,976; ansic: 3,450; sh: 1,901; lex: 1,098; makefile: 309
file content (8 lines) | stat: -rw-r--r-- 123 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

if test -f /usr/bin/pd
then
    /usr/bin/pd -lib /usr/lib/pd/externs/Gem $*
else
    echo failed to start pd
fi