Files
clint/examples/piped.sh
T
Kenneth Reitz 5b4cafa533 piped example
2011-03-20 15:07:53 -04:00

7 lines
120 B
Bash
Executable File

echo 'Piped in IP address:'
curl -s http://icanhazip.com | python piped.py
echo 'Piped in nothing:'
python piped.py