Last active
September 13, 2025 12:19
-
-
Save taufiqibrahim/7ee2337d81b75b8ba384b385444cc63f to your computer and use it in GitHub Desktop.
deploy.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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