7 lines
146 B
Plaintext
7 lines
146 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
#
|
||
|
# 0x0.st
|
||
|
# milisarge-milislinux
|
||
|
[ $1 ] && dosya="$1" || exit 1
|
||
|
[ -f $dosya ] && curl -sf -F file="@${dosya}" https://0x0.st
|