2018-01-21 02:07:25 +01:00
|
|
|
#!/usr/bin/env bash
|
2018-01-21 02:52:36 +01:00
|
|
|
# https://github.com/lachs0r/0x0
|
2018-01-21 02:07:25 +01:00
|
|
|
# 0x0.st
|
|
|
|
# milisarge-milislinux
|
|
|
|
[ $1 ] && dosya="$1" || exit 1
|
|
|
|
[ -f $dosya ] && curl -sf -F file="@${dosya}" https://0x0.st
|