5 lines
120 B
Bash
5 lines
120 B
Bash
#!/bin/bash
|
|
# file to turn on parport pin 17 to open the spindle air valve
|
|
halcmd setp parport.0.pin-17-out True
|
|
exit 0
|