This option would make migrating existing shell scripts to pier a lot easier!
Example usage
echo 'for i in {1..10}; do echo $i; done' | pier add -a count_to_ten
Perhaps in the future we could add a json input option as well where you dump the whole script struct into stdin. :)