This website requires JavaScript.
Explore
Help
Sign In
stupidcomputer
/
dot_testing
Watch
1
Star
0
Fork
You've already forked dot_testing
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
128198e0b5
dot_testing
/
sh
/
paste
5 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ttm.sh pastebin wrapper and battery script
2020-10-18 13:40:53 -05:00
#!/bin/sh
[ "$1" = "" ] && exit 1
make paste work again
2022-07-13 00:04:31 -05:00
[ -f "$1" ] && curl -F"file=@${1}" https://0x0.st && exit 0