6 lines
177 B
Bash
Executable file
6 lines
177 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# https://github.com/lachs0r/0x0
|
|
# 0x0.st
|
|
# milisarge-milislinux
|
|
[ $1 ] && dosya="$1" || exit 1
|
|
[ -f $dosya ] && curl -sf -F file="@${dosya}" https://0x0.st
|