GNAL/scripts/version.sh

3 lines
59 B
Bash

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