wip: removes hash bang directive

This commit is contained in:
Christopher Lowenthal 2022-11-01 11:08:36 -04:00
parent 257148c7cb
commit 044bfbae40

View file

@ -1,4 +1,3 @@
#!/bin/sh
current=$(git describe --tags | grep -Eo '[0-9]*?\.[0-9]*?\.[0-9]*')
array=($(echo $current | tr '.' '\n'))
array[1]=$((array[1]+1))