2023-12-19 15:07:54 +08:00

5 lines
102 B
Bash

#!/bin/sh
# bash is used in various headers so we need a wrapper to invoke sh
# instead.
exec sh "$@"