Skip to content

Instantly share code, notes, and snippets.

@taufiqibrahim
Last active September 13, 2025 12:19
Show Gist options
  • Save taufiqibrahim/7ee2337d81b75b8ba384b385444cc63f to your computer and use it in GitHub Desktop.
Save taufiqibrahim/7ee2337d81b75b8ba384b385444cc63f to your computer and use it in GitHub Desktop.
deploy.sh
#!/bin/bash
# Set red color
RED='\033[0;31m'
echo "Hello there!"
echo -e "${RED}I hope you read this script before executing it!"
echo "API_KEY=$API_KEY"
sudo echo "Sudo!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment