summaryrefslogtreecommitdiff
path: root/tests/remap/sequencing/test.sh
blob: 13adf7d5cf68bc05ae83f19913950321a58be48f (plain)
1
2
3
4
#!/bin/bash
export INI_FILE_NAME=test.ini
rs274 -i $INI_FILE_NAME -g test.ngc | awk '{$1=""; print}'
exit ${PIPESTATUS[0]}