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