File: spikeproxy-wrapper

package info (click to toggle)
spkproxy 1.4.8-4.4
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 14,512 kB
  • ctags: 513
  • sloc: xml: 144,763; python: 5,600; makefile: 75; sh: 24
file content (10 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

DATADIR=/usr/share/spikeproxy/
if [ ! -d "$DATADIR" ] ; then
	echo "ERR: Cannot find $DATADIR, is spikeproxy properly installed?"
	exit 1
fi

cd $DATADIR
exec python spkproxy.py $*