mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-05 03:29:30 +01:00
4 lines
49 B
Plaintext
4 lines
49 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd "$(dirname "$0")"
|
||
|
exec ./fluffychat
|