Various scripts in various languages.
Go to file
Thomas Preud'homme 7bc13c2c89 [ssl_mgmt] Add some sanity checks
Check openssl can read both certificate and key and that they match each
other.
2014-05-11 15:03:54 +08:00
backup Rename a bunch of scripts 2013-04-10 16:32:45 -04:00
bin Add cluster utilities 2013-04-29 16:43:41 -04:00
cluster [cluster] Support XDG Base Directory Specification 2014-05-07 15:53:31 -04:00
compression_utils Add bin/ to link other scripts and global README 2013-04-10 16:32:46 -04:00
debian [debian] grep_dd_sigs: add usage message 2013-04-10 16:32:46 -04:00
email_account [email_account] Adapt to new mail config on adagio 2013-02-10 19:03:56 +01:00
file_utils [file_utils] unln: option --dereference 2013-04-09 20:04:00 -04:00
git [git] Add git-tag-update 2012-11-03 19:31:53 +01:00
latex Rename a bunch of scripts 2013-04-10 16:32:45 -04:00
make_html2text Add make_html2text 2010-01-17 17:56:13 +01:00
multimedia [multimedia] j-p-s: fix typo, add a tip, symlink 2013-04-26 00:32:28 -04:00
ssl_mgmt [ssl_mgmt] Add some sanity checks 2014-05-11 15:03:54 +08:00
wifi Rename a bunch of scripts 2013-04-10 16:32:45 -04:00
.gitignore lz: tar.Z, short extensions, multiple files 2010-01-04 23:28:47 +01:00
Expat Add Expat license 2011-08-06 00:39:31 +02:00
GPL-3 lz: tar.Z, short extensions, multiple files 2010-01-04 23:28:47 +01:00
README Add bin/ to link other scripts and global README 2013-04-10 16:32:46 -04:00
WTFPL-2 lz: tar.Z, short extensions, multiple files 2010-01-04 23:28:47 +01:00

README

This repository provides a bunch of scripts that may or may not be of
interest for you. All are free software, but we use various licenses;
the license and copyright information of a script are given in the
file's header.

The scripts are categorised into directories, and each directory
contains a README file with description and usage of each script it
contains.

For convenience, the bin/ directory is maintained with symbolic links
pointing to the scripts in the other directories, so that you can add it
to your PATH and use the scripts easily. The file extensions (.sh, .pl,
.py, etc.) are stripped. Only relevant scripts are linked, i.e. those
that do not need to be customised in order to be usable, and that are
not very specialised system administration scripts.

To use the bin/ directory, add something like that in your .bashrc,
.zshrc or whatever file the shell you're using will source:

  PATH="$HOME/path/to/scripts/bin:$PATH"