head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.06.16.11.49.09;	author pacho;	state dead;
branches;
next	1.1;
commitid	3ae34fdc72b54567;

1.1
date	2006.08.15.11.44.28;	author uberlord;	state Exp;
branches;
next	;
commitid	707744e1b39a4567;


desc
@@


1.2
log
@Remove package.
@
text
@#!/bin/sh

. /etc/profile

java -Djava.awt.headless=true \
    -cp "$(java-config -p commons-cli-1):$(java-config -pbootchart)" \
    org.bootchart.Main "$@@"
@


1.1
log
@Initial import, #74425 thanks to Paul Pacheco.
(Portage version: 2.1.1_pre5-r1)
@
text
@@

