5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
"$EMOJI_PATH"/emojicodec -S "$EMOJI_PATH"/packages "$1" -o "bruh.exe"
|
||
|
chmod +x "bruh.exe"
|