containernetworking / plugins

Some reference and example networking plugins, maintained by the CNI team.
Apache License 2.0
2.17k stars 778 forks source link

build: Use POSIX sh for shell scripts #948

Closed twz123 closed 10 months ago

twz123 commented 11 months ago

The scripts didn't really use any bash specific features. Convert them to POSIX shell scripts, so that the plugins can be built without requiring bash.