Search Results

Search: Posts Made By: iddfcr
Forum: Web Development 11-17-2014
2,201
Posted By iddfcr
Data Post with curl
how to make the bash script ?


http://server.com/mysql.php
POST /mysql.php HTTP/1.1
Host: server.com
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:26.0) Gecko/20100101 Firefox/26.0 ...
2,021
Posted By iddfcr
read -p "Who are you: " line if [ -z $line...
read -p "Who are you: " line
if [ -z $line ];then
WHO=Kim
else
WHO=$line
fi
echo "hi $WHO"
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 02:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy