Skip to content

Instantly share code, notes, and snippets.

@tianon
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tianon/aabce9c6f181decafc3f to your computer and use it in GitHub Desktop.
Save tianon/aabce9c6f181decafc3f to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
mkdir -p busybox
curl -sSL 'https://github.com/jpetazzo/docker-busybox/raw/buildroot-2013.08.1/rootfs.tar' | tar -xC busybox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment