#!/bin/bash if [[ "$1" != "80.252.133.24" ]] then echo "0" exit 0 fi echo "1"