Files
2026-03-21 23:48:08 +01:00

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 1
exit 0