reHackable / scripts

[ THIS PROJECT IS CURRENTLY ON HALT :( ] A set of bash scripts that may enhance your reMarkable experience
GNU General Public License v3.0
236 stars 30 forks source link

Add realpath to scp argument #25

Closed beardhatcode closed 4 years ago

beardhatcode commented 4 years ago

This ensures that files with a colon : in their name can be uploaded.

The SCP manual states:

Local file names can be made explicit using absolute or relative pathnames to avoid scp treating file names containing ‘:’ as host specifiers.


Problems with this PR: it adds a dependency on realpath (coreutils)