Upadet the README file.

This commit is contained in:
Jeremy Gardais 2015-02-06 23:28:31 +01:00
parent e036055309
commit 184e16a3eb
1 changed files with 12 additions and 0 deletions

12
README
View File

@ -1,5 +1,17 @@
# Scripts
## Description: ## Description:
Some useful scripts (for me) that can be added to $PATH :) Some useful scripts (for me) that can be added to $PATH :)
## List: ## List:
* bash_quote: Get a random quote from http://danstonchat.com
* dynmotd/: scripts to update the motd (via the /etc/update-motd.d directory).
* flac_to_mp3: convert all flac files of a directory into mp3.
* snapsend.sh: Send a ZFS snapshot to a remote host.
* test_ssl3: Test if a website supportes the SSLV3 protocol.
* veille.sh: Kill every sensitive process and files then lock the screen. * veille.sh: Kill every sensitive process and files then lock the screen.
* vimmanpager: Tiny script can be used as PAGER, it will call VIM!
* wol: Send WakeOnLan/magic packets to remote host.
* zenity_generator: Script to generate zenity window.
* zfSnap.sh: Take snapshot of a ZFS pool.