Skip to content

jmartori/bash-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash-scripts

getPdf.sh

Allows to retrieve the pdf from the slideshare website. Giving a link from slideshare it will create a folder with all the images, and a pdf with the slides.

ex. bash getPdf.sh www.slideshare.net/BashoTechnologies/using-basho-bench-to-load-test-distributed-applications

pdf.sh

Its a more amicable interface to GhostScript. So far can join pdf's and print a pdf in gray colors.

rasp_gpio.sh

Allows a more amicable interface to modify raspberry's ports. It could be also applied for /proc, and it automaticaly generates the parameters to be accepted.

pushbullet.sh

Basic bash interface to the pushbullet rest-API that allows to send pushes throught the CLI.

In order to used it, you should follows the next steps.

bash pushbullet.sh install

This created the config file in ~/.pushbullet/basic.conf

After you should modify and add your Public_Access_key in the config file.

After that you can use pushbullet.sh to send pushes.

bash pushbullet.sh <email> <title> <body>

upload2drive.sh

Simple script that uploads videos (mkv, mp4 and avi) and its subtitles to a drive account.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages