#!/bin/bash

clear
echo [ GrabServer 1.0 - By tOneOne ]
echo
echo -e "Press [ENTER] to resume the installation or CTRL+C to abort..." '\a'
read junk
echo Intalling GrabServer 1.0, wait please...
gcc -o query query.c
echo Done, Now just run ./grabserver!
echo PS: Put the nc in the same directory of grabserver.
echo
