Renamed *.sh Bash scripts to .bash.

This commit is contained in:
Johannes Findeisen 2024-09-25 01:28:09 +02:00
commit ab5c2fb4c9
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
---
permalink: /cgi/bash/index.sh
permalink: /cgi/bash/index.bash
---
echo "Content-type: text/plain; charset=utf-8"

View file

@ -1,5 +1,5 @@
---
permalink: /cgi/gitlog/index.sh
permalink: /cgi/gitlog/index.bash
---
echo "Content-type: text/html; charset=utf-8"

View file

@ -1,5 +1,5 @@
---
permalink: /cgi/gitlog_cgi/index.sh
permalink: /cgi/gitlog_cgi/index.bash
---
echo "Content-type: text/html; charset=utf-8"

View file

@ -1,5 +1,5 @@
---
permalink: /cgi/gitlog_lib/index.sh
permalink: /cgi/gitlog_lib/index.bash
---
echo "Content-type: text/html; charset=utf-8"

View file

@ -1,5 +1,5 @@
---
permalink: /cgi/kernelstats/index.sh
permalink: /cgi/kernelstats/index.bash
---
# These vars are set in _config.yml of the Jekyll project.