/scripts

mini-tools to make usefull things with interpreted languages (mainly bash).

Primary LanguageShell

Compilation of various mini-tools,

all should support at least this 2 arguments

  • "-h" or "--help" to display a short help
  • "-v" or "--version" to display the tools version number and date.

irclogger.sh:

a small bash program to connect to and log an irc channel, it may be easily enhanced to build a KISS irc bot.

autotest.sh:

a script to test any source repository using autotools. It retrieve it, launch ./buildconf or ./autogen.sh, ./configure, make, and make test or check.