fixed file sourcing

This commit is contained in:
sose 2020-06-13 04:03:09 +00:00
parent 3660b29184
commit 3867af6b9d
1 changed files with 3 additions and 3 deletions

6
setup.sh Normal file → Executable file
View File

@ -1,8 +1,8 @@
#!/bin/sh
. util.sh
. basics.sh
. irc.sh
. ./util.sh
. ./basics.sh
. ./irc.sh
tilde_name=""
tilde_username=""