moved files from old asus repo to this repo.

This commit is contained in:
root
2023-06-17 22:49:58 +02:00
parent 497ca664da
commit 49e3d4fc25
5 changed files with 101 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
if [[ "${1:-}" = slack://* ]]
then
exec /usr/lib/slack/slack --enable-crashpad "$1"
fi
exec /usr/bin/xdg-open "$@"