Sign in
eclipse
/
dash
/
org.eclipse.dash.dashboard
/
c636a4807152876c3b35a0d944522afe4b67dd8f
/
.
/
commits
/
batch
/
insert-batch.pl
blob: 2ba61bed68f20b667fa366b6c38c494674edad47 [
file
] [
log
] [
blame
]
#!/usr/bin/perl
# Copyright (c) 2006 Eclipse Foundation, made available under EPL v1.0
# Contributors Ward Cunningham, Bjorn Freeman-Benson
#
# usage:
# insert-batch.pl < TAB_FILE
#
use
strict
;
exec
"perl insert.pl --batch"
;