shell-scripting-projects
shell-scripting-projects copied to clipboard
Projects on shell scripting. Goal is to simulate real time projects as much as posible.
This redirected me to video: Please correct DEVOPS ENGINEERS LIFE IN U.S.A vs EUROPE vs INDIA vs REMOTE | SALARY COMPARISON | LAYOFFS | FUTURE ?
screen-monitoring shell script project
#!/bin/bash # GitHub API URL API_URL="https://api.github.com" # GitHub username and personal access token USERNAME=$username TOKEN=$token # User and Repository information REPO_OWNER=$1 REPO_NAME=$2 # Function to make a GET request to...