Skip to content

Commit

Permalink
Rename patch.sh to patch and chmod +x and add shebang, for compat wit…
Browse files Browse the repository at this point in the history
…h python
  • Loading branch information
Salamandar committed Sep 12, 2024
1 parent d8794ff commit 6988383
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash

[ ! -e issue_template.md ] || git rm issue_template.md
[ ! -e pull_request_template.md ] || git rm pull_request_template.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash

cd scripts/

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash

cd scripts/

Expand Down

0 comments on commit 6988383

Please sign in to comment.