Skip to content

Instantly share code, notes, and snippets.

View joaonsantos's full-sized avatar

João Santos joaonsantos

View GitHub Profile
@joaonsantos
joaonsantos / giffy.sh
Created March 29, 2021 15:15
Create a gif from any file
#!/bin/bash
set -e
# In case there is no args given
if [ $# -lt 2 ]
then
echo "usage: $0 <input> <output>"
exit 1
fi