mu-script - Online in the Cloud

This is the command mu-script 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


mu_script - show the available mu scripts, and run them.

SYNOPSIS


mu script [options] [<pattern>]

mu <script-name> [<script-options>]

DESCRIPTION


mu script is the mu command to list available mu scripts. The scripts are to be
implemented in the Guile programming language, and therefore only work if your mu is built
with support for Guile. In addition, many scripts require you to have gnuplot installed.

Without any parameters, mu script lists the available scripts. If you provide a pattern (a
regular expression), only the scripts whose name or one-line description match this
pattern are listed. See the examples below.

mu ships with a number of scripts.

OPTIONS


--verbose,-v
when listing the available scripts, show the long descriptions.

-- all options on the right side of the -- are passed to the script.

EXAMPLES


List all available scripts (one-line descriptions):
$ mu script

List all available scripts matching month (long descriptions):
$ mu script -v month

Run the msgs-per-month script for messages matching 'hello', and pass it the --textonly
parameter:
$ mu msgs-per-month --query=hello --textonly

RETURN VALUE


mu script returns 0 when all went well, and returns some non-zero error code when this is
not the case.

Use mu-script online using onworks.net services



Latest Linux & Windows online programs