[Kst] [Bug 110418] Mechanism to call scripts from the commandline
George Staikos
staikos at kde.org
Tue Dec 6 06:40:46 CET 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=110418
------- Additional Comments From staikos kde org 2005-12-06 06:40 -------
On Monday 05 December 2005 18:33, netterfield astro utoronto ca wrote:
> eg: kst --Ejs "bolocheck.js -d data.dat -fd filter.dat -f0 1121 -N 20000"
Instead of adding a complex command-line parser inside Kst, why don't we use
something similar, but JS based:
kst --Ejs "load(bolocheck.js); myBoloCheckScript(\"data.dat\", \"filter.dat\",
1121, 20000);"
More information about the Kst
mailing list