moved files from old asus repo to this repo.
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ "${1:-}" = slack://* ]]
|
||||
then
|
||||
exec /usr/lib/slack/slack --enable-crashpad "$1"
|
||||
fi
|
||||
|
||||
exec /usr/bin/xdg-open "$@"
|
||||
Reference in New Issue
Block a user