#!/bin/sh

# file to turn on paraport pin 16 to open the collet closer

halcmd setp parport.0.pin-16-out True

exit 0
