mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-11-29 17:19:44 +01:00
4 lines
77 B
Bash
Executable File
4 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
export XDG_CURRENT_DESKTOP="GNOME"
|
|
exec /usr/bin/threema-beta "$@"
|