File: loadndisdriver

package info (click to toggle)
ndiswrapper 1.28-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 956 kB
  • ctags: 5,763
  • sloc: ansic: 21,349; perl: 743; makefile: 384; asm: 159; sh: 134
file content (10 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

if [ -z "$3" ]; then
	echo "Error: no version specified!" 1>&2
	exit 1
fi

/sbin/loadndisdriver-$3 "$@"