A simple script to quickly shere your files via 0.0 st null pointer website with some cool features
Make shure wget and curl is installed
curl -LSs "https://raw.githubusercontent.com/ALEX5402/Q-shere/main/setup.sh" | bash -
# Add ~/.local/bin to PATH
if test -d ~/.local/bin
if not contains -- ~/.local/bin $PATH
set -p PATH ~/.local/bin
end
end
# Add ~/.local/bin to PATH
if [ -d "$HOME/.local/bin" ] && ! echo "$PATH" | grep -q "$HOME/.local/bin"; then
export PATH="$HOME/.local/bin:$PATH"
fi
upload -h
rm ~/.local/bin/upload
- Fork this project
- Make changes
- Make a pull request with changes
- Describe the changes
- Atlist provide a example how the new changes works
- Feel free to add any good feature in this project or any bug fixes