5 lines
90 B
Bash
5 lines
90 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
surf -L -c "$XDG_CACHE_HOME/telegram.txt" https://web.telegram.org/ &
|
||
|
|