This is a shell script version of the Node.js version created by mbostock.
Place it in a directory in your PATH and set the permissions.
chmod u+x clone-all-gistsThis is a shell script version of the Node.js version created by mbostock.
Place it in a directory in your PATH and set the permissions.
chmod u+x clone-all-gists| #!/bin/sh | |
| # Exit immediately on error | |
| set -e | |
| # set -x | |
| # Create temporary file | |
| FILE=$(mktemp /tmp/$(basename $0).XXXXX) || exit 1 | |
| # Sort entries |