ko1nksm / ghostplay

Automatic terminal input tool - ghost types your script!
MIT License
26 stars 2 forks source link

Useful short URL #2

Open francescobianco opened 2 years ago

francescobianco commented 2 years ago

I have created the useful short URL

curl -i "https://git.io" \
     -d "url=https://raw.githubusercontent.com/ko1nksm/ghostplay/master/ghostplay" \
     -d "code=ghostplay"

Now, can make it possible

curl -sL git.io/ghostplay | bash -s example/script.sh

This is good for test on the fly ghostplay without install it

@ko1nksm