Various scripts in various languages.
Go to file
Matteo Cypriani 9ba0a794aa [file_utils] fix python shebang & run prospector
prospector is still complaining about bare excepts in unln.py.
2018-04-12 18:34:51 +02:00
archivers [archivers] shellcheck 2018-04-11 21:30:19 +02:00
audio metaflac-field2field: minor improvements, shellcheck 2018-04-11 22:11:13 +02:00
backup [backup] shellcheck 2018-04-11 22:31:14 +02:00
bin Add file_utils/prefixsubdirs.sh 2018-04-11 20:55:01 +02:00
cluster [cluster] minor improvements & shellcheck 2018-04-11 22:56:01 +02:00
debian [debian] fix grep_dd_sigs & shellcheck 2018-04-11 23:07:45 +02:00
email_account [email_account] Adapt to new mail config on adagio 2013-02-10 19:03:56 +01:00
file_utils [file_utils] fix python shebang & run prospector 2018-04-12 18:34:51 +02:00
git [git] shellcheck, minor changes 2018-04-11 23:28:36 +02:00
graphics [graphics] shellcheck bypass 2018-04-11 23:30:46 +02:00
misc Add misc/searchproviders2html.sh 2018-02-25 21:30:45 +01:00
ssl_mgmt [ssl_mgmt] Set ownership and rights of keycert 2014-11-04 23:02:27 +00:00
textproc [textproc] shellcheck 2018-04-11 23:32:56 +02:00
wifi Add TODOs 2017-09-22 16:45:16 -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.md Convert README to Markdown (README.md) 2016-11-01 16:34:23 -04:00
WTFPL-2 lz: tar.Z, short extensions, multiple files 2010-01-04 23:28:47 +01:00

README.md

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 your 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"