mirror of
https://github.com/kennethreitz/clint.git
synced 2026-06-05 14:50:17 +00:00
7 lines
120 B
Bash
Executable File
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
|