diff --git a/status.sh b/status.sh new file mode 100644 index 0000000..6f638e0 --- /dev/null +++ b/status.sh @@ -0,0 +1,3 @@ +#!/bin/bash +read -p "Masukan domain :" data; +curl -s https://leon36.web.id/status.php -d data=$data |grep -E "Status|website|online|Halaman|di|load|selama|offline|detik"