add .bash to bash scripts

This commit is contained in:
Aminda Suomalainen 2023-02-12 10:39:51 +02:00
parent fc2a6cbf17
commit 53b63149ab
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
6 changed files with 6 additions and 3 deletions

View File

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

1
irc/piraatit/discord-irc/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
start

View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
cd /home/discord-irc/discord-irc
npm start -- --config /home/discord-irc/config.json

View File

@ -0,0 +1 @@
start.bash

View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
cd /home/discord-irc/discord-irc
npm start -- --config /home/discord-irc/config.json