Skip to content

Instantly share code, notes, and snippets.

@jackocnr
jackocnr / flagsLarge.png
Last active June 9, 2017 10:27
Large Intl Tel Input
flagsLarge.png
@jackocnr
jackocnr / git-fs-history
Created March 3, 2014 01:54
Git filesize history (shell script)
#!/bin/sh
#
# list the given file's filesize next to each commit
# usage: git-fs-history path/to/file
#
if [ $# -ne 1 ]; then
echo "Error: invalid number of arguments."
exit 1