From ab5c2fb4c91422fd9bb14bd4c56e604717d66a90 Mon Sep 17 00:00:00 2001 From: hanez Date: Wed, 25 Sep 2024 01:28:09 +0200 Subject: [PATCH] Renamed *.sh Bash scripts to .bash. --- bash/{bash.sh => bash.bash} | 2 +- gitlog/{gitlog.sh => gitlog.bash} | 2 +- gitlog_cgi/{gitlog_cgi.sh => gitlog_cgi.bash} | 2 +- gitlog_lib/{gitlog_lib.sh => gitlog_lib.bash} | 2 +- kernelstats/{kernelstats.sh => kernelstats.bash} | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename bash/{bash.sh => bash.bash} (86%) rename gitlog/{gitlog.sh => gitlog.bash} (75%) rename gitlog_cgi/{gitlog_cgi.sh => gitlog_cgi.bash} (73%) rename gitlog_lib/{gitlog_lib.sh => gitlog_lib.bash} (73%) rename kernelstats/{kernelstats.sh => kernelstats.bash} (99%) diff --git a/bash/bash.sh b/bash/bash.bash similarity index 86% rename from bash/bash.sh rename to bash/bash.bash index e0e5148..29d96e3 100755 --- a/bash/bash.sh +++ b/bash/bash.bash @@ -1,5 +1,5 @@ --- -permalink: /cgi/bash/index.sh +permalink: /cgi/bash/index.bash --- echo "Content-type: text/plain; charset=utf-8" diff --git a/gitlog/gitlog.sh b/gitlog/gitlog.bash similarity index 75% rename from gitlog/gitlog.sh rename to gitlog/gitlog.bash index 70e311b..fa00993 100755 --- a/gitlog/gitlog.sh +++ b/gitlog/gitlog.bash @@ -1,5 +1,5 @@ --- -permalink: /cgi/gitlog/index.sh +permalink: /cgi/gitlog/index.bash --- echo "Content-type: text/html; charset=utf-8" diff --git a/gitlog_cgi/gitlog_cgi.sh b/gitlog_cgi/gitlog_cgi.bash similarity index 73% rename from gitlog_cgi/gitlog_cgi.sh rename to gitlog_cgi/gitlog_cgi.bash index d5e7342..b4f7a3d 100755 --- a/gitlog_cgi/gitlog_cgi.sh +++ b/gitlog_cgi/gitlog_cgi.bash @@ -1,5 +1,5 @@ --- -permalink: /cgi/gitlog_cgi/index.sh +permalink: /cgi/gitlog_cgi/index.bash --- echo "Content-type: text/html; charset=utf-8" diff --git a/gitlog_lib/gitlog_lib.sh b/gitlog_lib/gitlog_lib.bash similarity index 73% rename from gitlog_lib/gitlog_lib.sh rename to gitlog_lib/gitlog_lib.bash index f347558..12b603e 100755 --- a/gitlog_lib/gitlog_lib.sh +++ b/gitlog_lib/gitlog_lib.bash @@ -1,5 +1,5 @@ --- -permalink: /cgi/gitlog_lib/index.sh +permalink: /cgi/gitlog_lib/index.bash --- echo "Content-type: text/html; charset=utf-8" diff --git a/kernelstats/kernelstats.sh b/kernelstats/kernelstats.bash similarity index 99% rename from kernelstats/kernelstats.sh rename to kernelstats/kernelstats.bash index 1a3c81d..6273b66 100755 --- a/kernelstats/kernelstats.sh +++ b/kernelstats/kernelstats.bash @@ -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.