mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-10 00:48:06 +01:00
6 lines
116 B
Bash
6 lines
116 B
Bash
#!/bin/bash
|
|
|
|
XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-~/.config}
|
|
|
|
# Launch
|
|
exec /opt/MS-365-Electron/ms-365-electron "$@"
|