Skip to content

Instantly share code, notes, and snippets.

View dev-ir's full-sized avatar
🚬
Working from Hell

Rahgozar dev-ir

🚬
Working from Hell
View GitHub Profile
@dev-ir
dev-ir / icmp-manager.sh
Last active June 20, 2024 22:35
icmp-status-manager
#!/bin/bash
#add color for text
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[0;33m'
plain='\033[0m'
NC='\033[0m' # No Color
# Get server IP
#!/bin/bash
#add color for text
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[0;33m'
plain='\033[0m'
NC='\033[0m' # No Color
# Get server IP
#!/bin/bash
#add color for text
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[0;33m'
plain='\033[0m'
NC='\033[0m' # No Color
# Get server IP
#!/bin/bash
#add color for text
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[0;33m'
plain='\033[0m'
NC='\033[0m' # No Color