Skip to content
Snippets Groups Projects
Commit 7466211c authored by akiraohgaki's avatar akiraohgaki
Browse files

Add log message

parent 323f05ff
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ transfer_file() {
filepath="${1}"
if [ -f "${filepath}" ]; then
filename="$(basename "${filepath}")"
echo "Uploading ${filename}"
curl -T "${filepath}" "https://transfer.sh/${filename}"
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment