prospector is still complaining about bare excepts in unln.py. |
6 years ago | |
---|---|---|
archivers | 6 years ago | |
audio | 6 years ago | |
backup | 6 years ago | |
bin | 6 years ago | |
cluster | 6 years ago | |
debian | 6 years ago | |
email_account | 11 years ago | |
file_utils | 6 years ago | |
git | 6 years ago | |
graphics | 6 years ago | |
misc | 6 years ago | |
ssl_mgmt | 9 years ago | |
textproc | 6 years ago | |
wifi | 6 years ago | |
.gitignore | 14 years ago | |
Expat | 12 years ago | |
GPL-3 | 14 years ago | |
README.md | 7 years ago | |
WTFPL-2 | 14 years ago |
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"