mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-31 23:32:35 +01:00
bash/usr-local-bin: add fluffychat & nheko
This commit is contained in:
parent
a39801ed79
commit
590f6d29bb
5
bash/usr-local-bin/fluffychat
Executable file
5
bash/usr-local-bin/fluffychat
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
flatpak run im.fluffychat.Fluffychat $@
|
||||
set +x
|
5
bash/usr-local-bin/nheko
Executable file
5
bash/usr-local-bin/nheko
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
flatpak run io.github.NhekoReborn.Nheko $@
|
||||
set +x
|
Loading…
Reference in New Issue
Block a user