This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
lisbonjoker
/
etc
Watch
2
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add '.bin/upload'
master
Artur Mancha
11 months ago
parent
dbd30dbffc
commit
0be4363f5a
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
.bin/upload
+ 8
- 0
.bin/upload
View File
@ -0,0 +1,8 @@
#!/usr/bin/python
from sys import argv
from os import system
if __name__ == "__main__":
print(f"Uploading {argv[0]}...")
system(f"curl -F'file=@{argv[0]}' https://0x0.st")
Write
Preview
Loading…
Cancel
Save