Commits


Sutou Kouhei authored and GitHub committed 4a7cfd6a410
GH-44453: [Release] Add shebang to `07-matlab-upload.sh` (#44454) ### Rationale for this change Executable scripts should have shebang. ### What changes are included in this PR? Add `#!/usr/bin/env bash`. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #44453 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>