cmd.rc
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 08 Nov 2009 21:09:37 +0200
changeset 0 72ffcc3c584e
child 5 1b3263c96cbe
permissions -rw-r--r--
Initial commit
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
# Shell to use. Commandline to be executed is
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
# shell -c command
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
# Can be autodetected from environment variable SHELL.
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     5
#set cmd_shell = /bin/dash
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     6
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     7
# Redirect stderr to stdout. If not, stderr will be discarded.
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     8
set cmd_redirect_stderr = 1
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     9
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    10
load cmd
72ffcc3c584e Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
    11