Update 2024-12-23 21:31 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2024-12-23 21:31:59 +01:00
parent 31c62ae69a
commit b86b992a6a
2 changed files with 86 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ done
###
### FUNCTIONS
###
###
# fetches remote file list
remote_list() {
@@ -86,8 +86,8 @@ copy_and_print() {
### MAIN PROGRAM
###
# HANDLE CASE: "STDIN"
# do: upload with provided or generated filename
# HANDLE CASE: "standard input"
# upload with provided or generated filename
if [[ ! -t 0 ]]
then
fname="$1"