File: bzfsd

package info (click to toggle)
bzflag 2.0.2.20050318
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 20,464 kB
  • ctags: 24,134
  • sloc: cpp: 110,038; ansic: 9,514; sh: 4,105; makefile: 1,922; perl: 280; python: 221; xml: 180; objc: 178; php: 143
file content (9 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# This is a simple script that starts bzfs in the background and redirects
# the output to a file. It could be useful together with the initscript.

BZLOGFILE=/tmp/bzfs.log

nohup /usr/local/bin/bzfs $* > $BZLOGFILE &