details with mimetype
This commit is contained in:
@@ -48,7 +48,6 @@ _update_client() {
|
||||
}
|
||||
|
||||
_list() {
|
||||
printf "%-16s %8s %s\n" Date Size Name
|
||||
curl -s "$FLEES_ROOTURL/file/ls/$FLEES_SHARE/$FLEES_TOKEN"
|
||||
printf "\n"
|
||||
}
|
||||
@@ -63,7 +62,7 @@ _write() {
|
||||
_msg File to read needed, or use stdin
|
||||
exit 1
|
||||
}
|
||||
|
||||
_msg "Writing $NAME"
|
||||
[[ "$stream_in" -eq 1 ]] && {
|
||||
_write_stdin "$NAME"
|
||||
} || {
|
||||
|
||||
Reference in New Issue
Block a user