Skip to content

Instantly share code, notes, and snippets.

@ralfstx
ralfstx / comp-repo.sh
Created June 8, 2012 10:16
Tool to maintain p2 composite repositories
#!/bin/bash
#
# Tool to maintain p2 composite repositories
USAGE="Usage:
`basename "$0"` <repo-dir> [options] operation, operation ...
Options:
--name <repo name>
the repository name
--eclipse <eclipse install dir>
@ralfstx
ralfstx / check-copyright.sh
Created May 30, 2012 16:31
Checks the year in copyright headers in RAP
@ralfstx
ralfstx / escapecolors.sh
Created September 14, 2011 15:23
Script that prints an overview of escape sequences for changing colors
#!/bin/bash
#
# This script prints an overview of the escape sequences for changing the
# terminal text and background colors using escape sequences.
name030="Black "
name130="Gray "
name031="Red "
name131="Light Red "
name032="Green "