Topographic-Robot / Documentation

The documentation for the Topographic-Robot
https://topographic-robot.github.io/Documentation/
MIT License
0 stars 0 forks source link

gawk dependency for format.sh #9

Closed bsikar closed 1 month ago

bsikar commented 1 month ago

im in the process of making format.sh it uses awk, but needs gensub which is for gawk.

on mac:

brew install gawk

then

PATH="/opt/homebrew/opt/gawk/libexec/gnubin:$PATH"

bsikar commented 1 month ago

i removed the need for gawk :)