Skip to content

Instantly share code, notes, and snippets.

@sathed
Last active February 20, 2020 15:25
Skeleton shell script
#!/usr/bin/bash
# Clone
# Build
# Deploy
# Notes:
# # Save the shell script with a '.sh' extension
# # Make the shell script executable with 'chmod +x name_of_script.sh'
# # Run the script with '/path/to/name_of_script.sh' or './name_of_script.sh' if you are in the same directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment