5 lines
63 B
Bash
Executable file
5 lines
63 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export LC_ALL="de_DE.UTF-8"
|
|
exec /usr/bin/Telegram
|
|
|