Update 2023-06-26 13:28 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-06-26 13:28:54 +02:00
parent 34834d3a5a
commit bf9b18702c
9 changed files with 20 additions and 109 deletions

View File

@@ -19,7 +19,8 @@ test -f "${_file_tmp}" || exit 1
pngcrush -reduce "${_file_tmp}"
mv "${_file_tmp}" "${_file_out}"
cp "${_file_tmp}" "${_file_out}"
mv "${_file_tmp}" "~/Downloads/"
scp "${_file_out}" "sdk@codevoid.de:/home/www/htdocs/gopher/p/${_filename}"
printf '%s' "https://codevoid.de/I/p/${_filename}" | xclip