File: action.cmd

package info (click to toggle)
zshdb 0.05%2Bgit20101031-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,104 kB
  • sloc: sh: 5,563; makefile: 337
file content (15 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set trace-commands on
set basename on
# Debugger test of action command
#
# Show actions
a
# Delete actions when there are none
A
# Try a simple action action...
a 23 x=60
L
a
cont 24
eval echo "value of x is now $x"
quit