diff --git a/.gitignore b/.gitignore index 4dcae76..7e1cded 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *mp3 +bot/token diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bd8c85e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bot"] + path = bot + url = https://github.com/topkecleon/telegram-bot-bash diff --git a/audiokeychain.sh b/audiokeychain.sh index 0ec2ac3..660e047 100755 --- a/audiokeychain.sh +++ b/audiokeychain.sh @@ -2,7 +2,7 @@ # Audiokeychain.com client # Licensed under GPLV3 # Created by Daniil Gentili (https://daniil.it) - +cd "$( dirname "${BASH_SOURCE[0]}" )" if [ "$1" = "" ]; then echo "Usage: $0 music.mp3" exit diff --git a/bot b/bot new file mode 160000 index 0000000..034409c --- /dev/null +++ b/bot @@ -0,0 +1 @@ +Subproject commit 034409c4915af91177577641c6c2c185b7ef66ba