This file contains 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
#!/bin/bash | |
# A wrapper to run Gifify within docker. | |
# Based on: https://github.com/docker/compose/releases/download/1.10.0/run.sh | |
# and: https://github.com/maxogden/gifify-docker | |
# | |
# Install (Ubuntu) | |
# ================ | |
# 1. Save file as /usr/local/bin/gifify | |
# 2. Make the file executable (chmod +x gifify) | |
# |