Download this file
15 lines (13 with data), 216 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14 | #!/bin/bash
# For testing next, next+ next-, default next and set force.
p() { echo ${BASH_SOURCE[1]##*/}:${BASH_LINENO[0]}; echo '==='; }
p
p ; x=6
p ; x=7
p ; x=8
p ; x=9
p ; x=10
p ; x=11
p ; x=12
p ; x=13
x=14
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.