mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-12-16 00:09:45 +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 "$@"
|