Skip to content

fix: use portable shebangs#37

Merged
heyitsnoah merged 1 commit intoheyitsnoah:mainfrom
jamestrew:fix-portable-shebangs
Apr 11, 2026
Merged

fix: use portable shebangs#37
heyitsnoah merged 1 commit intoheyitsnoah:mainfrom
jamestrew:fix-portable-shebangs

Conversation

@jamestrew
Copy link
Copy Markdown
Contributor

Problem
On some systems (eg NixOS), bash is not in /bin/bash so running any of these bash scripts fail.

Solution
Use #!/usr/bin/env bash over #!/bin/bash.
Usage of #!/usr/bin/env is already prevelant in many of the skill scripts in this repo.

Copy link
Copy Markdown
Owner

@heyitsnoah heyitsnoah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the submission! Looks good.

@heyitsnoah heyitsnoah merged commit 420abb7 into heyitsnoah:main Apr 11, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants