File: brutefir.wrapper

package info (click to toggle)
brutefir 1.0o-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,156 kB
  • sloc: ansic: 15,858; makefile: 335; sh: 6
file content (10 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

BIN=/usr/lib/brutefir/brutefir.real
CONFIG=~/.brutefir_config

if ! [ -e $CONFIG  ]; then
	touch $CONFIG
fi

$BIN $@