aoe-discover.in 201 B

1234567891011
  1. #! /bin/sh
  2. # aoe-discover - trigger an AoE device discovery
  3. zero=`basename $0`
  4. f=@devdir@/discover
  5. if ! test -w $f; then
  6. echo 1>&2 $zero: $f does not exist or is not writeable.
  7. exit 1
  8. fi
  9. echo > $f