You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
104 B
Bash

#!/bin/sh
min=`printf '%x\n' $1`
max=`printf '%x\n' $2`
ectool -w 0xb0 -z $min
ectool -w 0xb1 -z $max