Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.02 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.02 KB

Q-shere

A simple script to quickly shere your files via 0.0 st null pointer website with some cool features

Dependencies

Make shure wget and curl is installed

Installetion and Update

curl -LSs "https://raw.githubusercontent.com/ALEX5402/Q-shere/main/setup.sh" | bash -

Add this to your config.fish file if you use fish shell

# Add ~/.local/bin to PATH
if test -d ~/.local/bin
    if not contains -- ~/.local/bin $PATH
        set -p PATH ~/.local/bin
    end
end

Add this to your .bashrc config file if you use bash

# 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

Usage

upload -h

Uninstall

rm ~/.local/bin/upload

🤝 Contributing

  • 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