Is there a Bash equivalent of a Python pass statement?
pass
You can use : for this.
:
true is a command that does nothing successfully.
true
( false in a sense will be the opposite: it does nothing, but claims to have failed.)
false