1
0
Fork 0

Rename patch.sh to patch and chmod +x and add shebang, for compat with python

This commit is contained in:
Félix Piédallu 2024-09-12 16:21:35 +02:00 committed by Salamandar
parent b8baa56ea8
commit fad36a07dc
6 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -1,3 +1,4 @@
#!/usr/bin/env bash
cd scripts/

View file

@ -1,3 +1,4 @@
#!/usr/bin/env bash
cd scripts/