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