| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
Report abuseMeasuring programming progress by lines of code is like measuring aircraft building progress by weight. β Bill Gates
If debugging is the process of removing software bugs, then programming must be the process of putting them in β Edsger Dijkstra
Failure is success if we learn from it. β Malcolm Forbes
Knowledge itself is power. β Sir Francis Bacon
RevealGreat things happen to those who don't stop believing, trying, learning, and being grateful. β Roy T. Bennett, The Light in the Heart
VTJob2FHaG9MQ0JKZENkeklHRWdjMlZqY21WMExnb0tWR2hsSUc5dWJIa2dZMmh2YzJWdUlHaDFiV0Z1SUdOdmRXeGtJR3R1YjNjZ2RHaGxJSE52ZFhKalpTQnZaaUIwY25WMGFDRWg= π
#!/bin/bash
# Usage: ./script.sh input.env output.yaml
input_file=$1
#!/bin/bash
# --------------------------------- Constants -------------------------------- #
readonly BASE_URL="http://169.254.169.254"
readonly METADATA_PATH="/latest/meta-data"
| Back | FazBrowse Home | New Git URL |