Home > scripts

scripts

Scripts is a project mainly written in Shell, it's free.

useful scripts for sysadm

Scripts description

connect: Simple script to connect ssh servers

To add server you should add string to SERVERS variable:

host.name:user:port

It is more comfortable to name it "c" to use it like:

$> c h

And you will connect ssh [email protected] -p port

(c) cronfy, librarian 2011

find-bom: Script to find all files with UTF-8 BOM

(c) sankuru.biz, cronfy