dcat / ioup

pub.iotek.org cli uploader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ioup

pub.iotek.org cli uploader

###examples ioup can be used in many different ways,

you can upload files,

ioup $HOME/.xinitrc

pipe stuff into it,

df -h | ioup

you can remove uploaded files,

ioup -r p/FiLEnAmE

list all uploaded files.

ioup -l

Token is read from the shell variable IOUP_TOKEN

To remove all files associated with your token, you can do something like;

for file in `ioup -l | awk '{print $1}'`; do
  ioup -r $file
done

About

pub.iotek.org cli uploader


Languages

Language:C 89.8%Language:Makefile 10.2%