5 lines
114 B
Bash
5 lines
114 B
Bash
#!/bin/bash
|
|
# file to turn on parport pin XX to close the IO break out bord relay
|
|
halcmd setp and2.0.in1 0
|
|
exit 0
|