Scripts

This is a small set of various scripts I've created for my own purposes.

ToXZ

ToXZ is a simple shell script I use to convert files from various archive formats to xz files. It handles recompressing zip and rar files to compressed tar files, as well as compressing any gzip, bzip2, or lzma file to xz.

Rename Links

Rename Links is a simply python script that can be used for two situations with symbolic links. First, it can scan all links under a directory, and for any link to an original target, it can recreate the link to point to a different target. Second, it can be used to convert all symbolic links under a directory to absolute or relative symbolic links.