Skip to content

Instantly share code, notes, and snippets.

@sparkbuzz
Last active October 17, 2023 08:40
Show Gist options
  • Save sparkbuzz/86797637c4d692dcf436c1c3628285ab to your computer and use it in GitHub Desktop.
Save sparkbuzz/86797637c4d692dcf436c1c3628285ab to your computer and use it in GitHub Desktop.
Shebang List

Bash

#!/usr/bin/env bash
#!/bin/bash

JavaScript

#!/usr/bin/env node

PHP

#!/usr/bin/env php
#!/usr/bin/php

Python

#!/usr/bin/env python
#!/usr/bin/env python3
#!/usr/bin/env python3.4

Ruby

#!/usr/bin/env ruby
#!/usr/bin/ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment