Updated readme after learning markdown

master
Sean Hickey 2014-07-06 00:34:11 -04:00
parent 287e6579b5
commit f826f95581
1 changed files with 7 additions and 8 deletions

View File

@ -1,7 +1,7 @@
ZipDirs ZipDirs
======= =======
A bash script to zip archive the directories within a directory. zipDirs.sh - A bash script to zip archive the directories within a directory.
This script is designed to zip archive all the directories within a This script is designed to zip archive all the directories within a
given directory (or the current one if unspecified) and output the given directory (or the current one if unspecified) and output the
@ -9,15 +9,14 @@ given directory (or the current one if unspecified) and output the
'zip' program, it will also update the zips if they already exist. 'zip' program, it will also update the zips if they already exist.
An example use case (what I needed it for in the first place) is to An example use case (what I needed it for in the first place) is to
zip up all the individual artists in a 'music' folder zip up all the individual artists in a 'music' folder.
For example: For example:
$ ./zipDirs.sh ~/Music ~/Music-zipped `$ ./zipDirs.sh ~/Music ~/Music-zipped`
The output of that command will be all the dirs within ~/Music are The output of that command will be all the dirs within ~/Music are
zipped and placed into ~/Music-zipped zipped and placed into ~/Music-zipped
(e.g. ~/Music/Something -> ~/Music-zipped/Something.zip) (e.g. ~/Music/Something -> ~/Music-zipped/Something.zip)
Created by Sean Hickey (Wisellama), 2014 Created by Sean Hickey (Wisellama), 2014
Released to the Public Domain under the terms of the Unlicense Released to the Public Domain under the terms of the [Unlicense](http://unlicense.org/)
http://unlicense.org/