Skip to content

Instantly share code, notes, and snippets.

@bbl
Last active September 30, 2018 18:34
Show Gist options
  • Save bbl/bd5d317fa9dbf95bb665abc0a07d3f47 to your computer and use it in GitHub Desktop.
Save bbl/bd5d317fa9dbf95bb665abc0a07d3f47 to your computer and use it in GitHub Desktop.
Example script for "Consul - the swiss knife by Hashicorp" article.
#!/usr/bin/env bash
function perform_backup(){
echo -n "Copying some stuff on S3.."
echo "Done!"
}
perform_backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment