Fixed a redundancy

This commit is contained in:
sose 2020-06-09 21:02:02 -07:00
parent c063ffb124
commit f69e4b384d
1 changed files with 0 additions and 12 deletions

View File

@ -8,18 +8,6 @@
#weechat_relay_password="password1234"
# these are set when running the script
is_substring() {
case $2 in
*$1*)
return 0
;;
*)
return 1
;;
esac
}
create_tmux_session() {
new_session_name="weechat"
echo "Creating new tmux session..."