Skip to content

Commit

Permalink
fix: fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Sunglasses committed Dec 11, 2023
1 parent 4f773ca commit 25fd9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paste/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h3>EXAMPLES</h3>
<pre>function paste() {
local file=${1:-/dev/stdin}
curl -X POST -F "file=@${file}" https://paste.fosscu.org/file
}</pre>
}</pre>

A shell function that can be added to <strong>.bashrc</strong> or <strong>.bash_profle</strong> or <strong>.zshrc</strong> for
quick pasting from the command line. The command takes a filename or reads
Expand Down

0 comments on commit 25fd9c3

Please sign in to comment.