This website requires JavaScript.
Explore
Help
Sign In
lytedev
/
dotfiles
Archived
Watch
1
Star
0
Fork
You've already forked dotfiles
1
Code
Issues
Pull requests
Releases
Wiki
Activity
This repository has been archived on
2024-03-28
. You can view files and clone it, but cannot push or open issues or pull requests.
b76283d175
dotfiles
/
common
/
bin
/
pbin
6 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add pastebin script
2019-08-30 14:55:44 -05:00
#!/usr/bin/env bash
f="${1}"
Make some scripts properly extensible, add docs concerning note system, simplify upload/pastebin/screenshot scripts
2019-10-21 11:12:42 -05:00
uuid="$(uuidgen -t)"
Fixes
2020-12-14 11:35:35 -06:00
upload "${f}" "${uuid}/$(basename "$f")" "pastes"
Reference in a new issue
Copy permalink