diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-09 00:04:46 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-09 00:04:46 +0100 |
commit | 2dc5ec7085e1c1bbc406f2089dddf8f6e1d9d206 (patch) | |
tree | 922afe93d8c8fb5bcf1d46cd3d6a732f3ce60f4a /.local/share/bin/discord | |
parent | dce8fe36eb7f550f648cb83ab890ce638ca819d0 (diff) |
more update (auto install betterdiscord)
Diffstat (limited to '.local/share/bin/discord')
-rwxr-xr-x | .local/share/bin/discord | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/share/bin/discord b/.local/share/bin/discord new file mode 100755 index 0000000..d2f894b --- /dev/null +++ b/.local/share/bin/discord @@ -0,0 +1,3 @@ +#!/bin/sh +installbd +exec /usr/bin/discord "$@" |