added chat app
This commit is contained in:
4
Chat-App/AppDir/AppRun
Normal file
4
Chat-App/AppDir/AppRun
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
HERE="$(dirname "$(readlink -f "$0")")"
|
||||
cd "$HERE/usr/bin"
|
||||
exec "$HERE/usr/bin/convai_chat" "$@"
|
||||
Reference in New Issue
Block a user