Fix ssh file-read

This commit is contained in:
Andrea Cardaci 2018-05-29 17:11:36 +02:00
parent b1ea773378
commit 481cd24a84

View File

@ -19,7 +19,7 @@ functions:
ssh $HOST "cat > $RPATH" < $LPATH ssh $HOST "cat > $RPATH" < $LPATH
file-read: file-read:
- description: Read lines from text files (error-based approach). - description: Read lines from text files (error-based approach).
- code: | code: |
LFILE=file_to_read LFILE=file_to_read
ssh -F $LFILE localhost ssh -F $LFILE localhost
--- ---