aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpractice10
1 files changed, 5 insertions, 5 deletions
diff --git a/practice b/practice
index 896e5e9..d1ba70c 100755
--- a/practice
+++ b/practice
@@ -2,10 +2,10 @@
2 2
3# Script based on nissy (see https://nissy.tronto.net) to practice FMC 3# Script based on nissy (see https://nissy.tronto.net) to practice FMC
4 4
5# Usage: practice [eo|htr|fin] 5# Usage: practice [eo|htr|slice]
6 6
7usage() { 7usage() {
8 echo "Usage: practice [eo|htr|fin]" 8 echo "Usage: practice [eo|htr|slice]"
9} 9}
10 10
11eo() { 11eo() {
@@ -55,7 +55,7 @@ htr() {
55 done 55 done
56} 56}
57 57
58fin() { 58slice() {
59 nextscr="$(nissy scramble htr)" 59 nextscr="$(nissy scramble htr)"
60 while true; do 60 while true; do
61 scr="$nextscr" 61 scr="$nextscr"
@@ -79,8 +79,8 @@ case "$1" in
79 htr) 79 htr)
80 htr 80 htr
81 ;; 81 ;;
82 fin) 82 slice)
83 fin 83 slice
84 ;; 84 ;;
85 *) 85 *)
86 usage 86 usage

Generated with cgit - Back to sebastiano.tronto.net