Skip to content

Instantly share code, notes, and snippets.

@pprishchepa
Created October 14, 2016 10:17
Show Gist options
  • Save pprishchepa/8fabcf9b94bc60adbd4c006683ad308b to your computer and use it in GitHub Desktop.
Save pprishchepa/8fabcf9b94bc60adbd4c006683ad308b to your computer and use it in GitHub Desktop.
Curl, Download and save to file
#!/bin/sh
curl -L "https://raw.githubusercontent.com/bitnami/bitnami-docker-laravel/master/docker-compose.yml" > docker-compose.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment