6 lines
71 B
Text
6 lines
71 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
export LC_ALL="de_DE.UTF-8"
|
||
|
|
exec /usr/bin/telegram-desktop
|
||
|
|
|