comparison README.txt @ 2:d1880117acb5

attempt to correct documentation display on pypi
author Jeff Hammel <k0scist@gmail.com>
date Tue, 23 Aug 2016 14:58:00 -0700
parents 02d077c5627a
children
comparison
equal deleted inserted replaced
1:a4680e54c481 2:d1880117acb5
5 5
6 Elaborations from a favorite bash one-liner:: 6 Elaborations from a favorite bash one-liner::
7 7
8 I=0; while ./do_some_things.py --param $arg; do I=$((I+1)); echo Iteration ${I}; sleep 1; done 8 I=0; while ./do_some_things.py --param $arg; do I=$((I+1)); echo Iteration ${I}; sleep 1; done
9 9
10
10 fun things to try 11 fun things to try
11 ---------------- 12 -----------------
12 13
13 Russian roulette (with two chambers):: 14 Russian roulette (with two chambers)::
14 15
15 fail 'exit $(expr $RANDOM % 2)' 16 fail 'exit $(expr $RANDOM % 2)'
16 17
17 ---- 18 ----
18 19
19 Jeff Hammel 20 Jeff Hammel
20 21
21 22 http://k0s.org/
22