This is the command kjscmd that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
kjscmd - KDE KJSEmbed interpreter
SYNOPSIS
kjscmd [--help] [[-e] | [--exec]] [[-i] | [-interactive]] [[-n] | [-no-kde]] [file]
DESCRIPTION
kjscmd is a tool for launching KJSEmbed scripts from the command line. It will run the
scripts contained in the named file using KJSEmbed. It does not accept - (stdin) as a
file.
APPLICATION OPTIONS
-e,--exec
execute script in file without gui support.
-i,--interactive
start interactive kjs interpreter.
-n,--no-kde
start without KDE KApplication support.
USAGE
The most common way to run kjscmd is simply as
kjscmd file
If no parameter file is used, it executes a predefined test script that measures the start
speed of kjscmd.
Use kjscmd online using onworks.net services