logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kjscmd5 - Frameworks KJSEmbed interpreter

Application Options

-e,--exec
           execute script in file without GUI support.

       -i,--interactive
           start interactive kjs interpreter.

Author

HarriPorten <porten@kde.org>
           Author.

Bugs

       Please use KDE'sbugtracker[1] to report bugs.

Description

kjscmd5 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.

Name

       kjscmd5 - Frameworks KJSEmbed interpreter

Notes

        1. KDE's bugtracker
           https://bugs.kde.org

KDE Frameworks Frameworks 5.13                     2015-07-31                                         KJSCMD5(1)

See Also

kjs5(1)

Synopsis

kjscmd5 [--help] [[-e] | [--exec]] [[-i] | [-interactive]] [file]

Usage

       The most common way to run kjscmd5 is simply as

           kjscmd5file

       If no parameter file is used, it executes a predefined test script that measures the start speed of
       kjscmd5.

See Also