You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. :)
The text was updated successfully, but these errors were encountered:
Plommonsorbet
changed the title
Allow new scripts to be added from stdiin with the add command
Allow new scripts to be added from stdin with the add command
Mar 29, 2020
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. :)
The text was updated successfully, but these errors were encountered: