GNAL/scripts/version.sh

3 lines
59 B
Bash
Raw Normal View History

#!/bin/bash
openscad -v 2>&1 >/dev/null | awk '{print $3}'