Skip to content
/ pdup Public

Little bash script for uploading to Pixeldrain from the terminal

Notifications You must be signed in to change notification settings

Fornax96/pdup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Hello, I made a little Bash script that you can use to upload files to https://pixeldrain.com/ from the terminal. This is very useful for showing log files to developers or making quick backups of remote files through SSH.

To install it you can execute this command:

sudo wget https://raw.githubusercontent.com/Fornax96/pdup/master/pdup -O "/usr/local/bin/pdup"; sudo chmod +x "/usr/local/bin/pdup"

Explanation: The wget command downloads the script from github and saves it to /usr/local/bin/pdup so you can run it from the terminal. Then chmod makes it executable

Then you can upload files from anywhere in the system using

pdup file.txt

If you want to uninstall pdup you can run

sudo rm "/usr/local/bin/pdup"

Be careful for typos! You don't want to accidentally remove your /usr ;)

About

Little bash script for uploading to Pixeldrain from the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages