Skip to content

Commit

Permalink
feat: Update shebang to use bash instead of sh for ex_menu.sh
Browse files Browse the repository at this point in the history
feat: Update shebang to use bash instead of sh for ex_slime.sh
  • Loading branch information
rcmdnk committed Oct 19, 2023
1 parent d6052f9 commit ed7dc72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/ex_menu.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash

# Example to make menu program

Expand Down
2 changes: 1 addition & 1 deletion bin/ex_slime.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash

# Example to make menu program

Expand Down

0 comments on commit ed7dc72

Please sign in to comment.