dolik-rce / pegof

PEG grammar optimizer and formatter
Other
9 stars 2 forks source link

improve portability of shell script #21

Closed leleliu008 closed 1 month ago

leleliu008 commented 1 month ago
/usr/bin/env bash

not all system have bash pre-installed. for example, AlpineLinux.

other parts no need to change.

dolik-rce commented 1 month ago

not all system have bash pre-installed. for example, AlpineLinux.

other parts no need to change.

Ok, then just change the shebang lines and I'll merge this.