Skip to content

Instantly share code, notes, and snippets.

@markshust
Created February 15, 2021 20:19
Show Gist options
  • Select an option

  • Save markshust/ddefd597bd120459e58c0b7eb5e75c46 to your computer and use it in GitHub Desktop.

Select an option

Save markshust/ddefd597bd120459e58c0b7eb5e75c46 to your computer and use it in GitHub Desktop.
Example of executing local bash script with curl
#!/bin/bash
curl -s "file:////Users/markshust/Sites/docker-magento/lib/template" | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment