This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set slack subdomain, email, and password | |
subdomain= | |
email= | |
password= | |
declare -a urls=( | |
"https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-uncategorized.yaml" | |
"https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-meme.yaml" | |
"https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/slackmojis-party-parrot.yaml" | |
"https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/animals.yaml" | |
"https://raw.githubusercontent.com/lambtron/emojipacks/master/packs/officespace.yaml" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM docker:dind as turtles | |
VOLUME ["/image"] | |
COPY ./turtles.sh /tmp | |
WORKDIR /tmp | |
ENTRYPOINT ["./turtles.sh"] | |
CMD ["turtle"] |
OlderNewer