Skip to content

Fornax96/pdup

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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