From 53b63149ab23356b5000f2b7a55bc7bcef21b3eb Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 12 Feb 2023 10:39:51 +0200 Subject: [PATCH] add .bash to bash scripts --- irc/atheme/{cstemplate => cstemplate.bash} | 0 irc/atheme/{decstemplate => decstemplate.bash} | 1 + irc/atheme/{pirate_cstemplate => pirate_cstemplate.bash} | 0 irc/piraatit/discord-irc/.gitignore | 1 + irc/piraatit/discord-irc/start | 4 +--- irc/piraatit/discord-irc/start.bash | 3 +++ 6 files changed, 6 insertions(+), 3 deletions(-) rename irc/atheme/{cstemplate => cstemplate.bash} (100%) rename irc/atheme/{decstemplate => decstemplate.bash} (95%) rename irc/atheme/{pirate_cstemplate => pirate_cstemplate.bash} (100%) create mode 100644 irc/piraatit/discord-irc/.gitignore mode change 100755 => 120000 irc/piraatit/discord-irc/start create mode 100755 irc/piraatit/discord-irc/start.bash diff --git a/irc/atheme/cstemplate b/irc/atheme/cstemplate.bash similarity index 100% rename from irc/atheme/cstemplate rename to irc/atheme/cstemplate.bash diff --git a/irc/atheme/decstemplate b/irc/atheme/decstemplate.bash similarity index 95% rename from irc/atheme/decstemplate rename to irc/atheme/decstemplate.bash index b8c6102..a76c4a1 100755 --- a/irc/atheme/decstemplate +++ b/irc/atheme/decstemplate.bash @@ -1,3 +1,4 @@ +#!/usr/bin/env bash # Remove cstemplate and return to network level echo "/cs template $1 founder -*" echo "/cs template $1 successor -*" diff --git a/irc/atheme/pirate_cstemplate b/irc/atheme/pirate_cstemplate.bash similarity index 100% rename from irc/atheme/pirate_cstemplate rename to irc/atheme/pirate_cstemplate.bash diff --git a/irc/piraatit/discord-irc/.gitignore b/irc/piraatit/discord-irc/.gitignore new file mode 100644 index 0000000..d44e18f --- /dev/null +++ b/irc/piraatit/discord-irc/.gitignore @@ -0,0 +1 @@ +start diff --git a/irc/piraatit/discord-irc/start b/irc/piraatit/discord-irc/start deleted file mode 100755 index 0671dd6..0000000 --- a/irc/piraatit/discord-irc/start +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash -cd /home/discord-irc/discord-irc -npm start -- --config /home/discord-irc/config.json diff --git a/irc/piraatit/discord-irc/start b/irc/piraatit/discord-irc/start new file mode 120000 index 0000000..4de029f --- /dev/null +++ b/irc/piraatit/discord-irc/start @@ -0,0 +1 @@ +start.bash \ No newline at end of file diff --git a/irc/piraatit/discord-irc/start.bash b/irc/piraatit/discord-irc/start.bash new file mode 100755 index 0000000..0671dd6 --- /dev/null +++ b/irc/piraatit/discord-irc/start.bash @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cd /home/discord-irc/discord-irc +npm start -- --config /home/discord-irc/config.json