1 2 3 4 5
#!/bin/bash if [[ " $@ " =~ [[:space:]]--version[[:space:]] ]]; then echo git version 2.46.0 fi