-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The following command downloads the file and writes to output:
type_creator download <url-to-file> --output <folder/file>
The following command does the same, but writes the file to a central location, and then symlinks from central location to output
type_creator download -s <url-to-file> -o <folder/file>
so the above command would write the file to:
path="$HOME/.typeaware/downloads/<url-to-file>"
then it would symlink it to local:
ln -s $path $output
Metadata
Metadata
Assignees
Labels
No labels