8 lines
230 B
Bash
Executable File
8 lines
230 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# SPDX-FileCopyrightText: 2018 Rasmus Karlsson <rasmus.karlsson@pajlada.com>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
wget https://raw.githubusercontent.com/iamcal/emoji-data/master/emoji.json -O ../resources/emoji.json
|