mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
15 lines
269 B
Bash
15 lines
269 B
Bash
curl -L https://github.com/emojicode/emojicode/releases/download/v1.0-beta.2/Emojicode-1.0-beta.2-Linux-x86_64.tar.gz -o emoji.tar.gz
|
|
tar xzf emoji.tar.gz
|
|
|
|
mv Emojicode-1.0-beta.2-Linux-x86_64 emoji
|
|
|
|
rm emoji.tar.gz
|
|
|
|
cd emoji
|
|
|
|
./install.sh
|
|
|
|
|
|
chmod +x emojicodec
|
|
|
|
cd ..
|