Skip to content

Instantly share code, notes, and snippets.

View squizduos's full-sized avatar
💭
Senior Bitard Developer

Semyon Bochkaryov squizduos

💭
Senior Bitard Developer
View GitHub Profile
@squizduos
squizduos / multiTelegram.sh
Last active November 25, 2019 18:46 — forked from David256/multiTelegram.sh
A bash script to multiple accounts with Telegram GNU/Linux
#!/bin/bash
# Usage:
# $ ./multiTelegram myUSERNAME
TELEGRAM_BIN="/usr/bin/telegram-desktop"
TELEGRAM_DIR_RAW=$HOME"/.multiTelegram"
if [ ! -z $1 ]
then