File: start-avarice

package info (click to toggle)
avarice 2.10-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,168 kB
  • ctags: 898
  • sloc: cpp: 10,575; ansic: 1,100; sh: 805; makefile: 84
file content (11 lines) | stat: -rwxr-xr-x 225 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
kill-avarice
TMPDIR=/tmp
if [ -f /usr/bin/cygpath.exe ]; then
  TMPDIR=`cygpath -w $TMPDIR`
fi
if [ "$1" != "" ] ; then
  AVARICE_ARGS="$AVARICE_ARGS --erase -f $1"
fi
avarice $AVARICE_ARGS localhost:6423 --detach