rocky / kshdb

Korn Shell (93t 2008-10-22 or greater) Debugger

This URL has Read+Write access

kshdb / testing.sh
100644 16 lines (15 sloc) 0.12 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
x=2
fooffdafsd
x=3
y='
abc'
echo another line
foo() {
  echo calling bar 10
  bar 10
}
bar() {
  x=20
}
foo arg1 $1
x=5