Skip to content

Commit

Permalink
Add hashbang shell directive to bash procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
omrilotan committed Jan 2, 2024
1 parent 534cf83 commit 62b5b39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/gh-pages/procedure.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

message="$(curl -s https://whatthecommit.com/index.txt)"
git config --global user.name "$(git show -s --format=%an)"
git config --global user.email "$(git show -s --format=%ae)"
Expand Down

0 comments on commit 62b5b39

Please sign in to comment.