aboutsummaryrefslogtreecommitdiff
path: root/practice
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-29 18:43:35 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-29 18:43:35 +0100
commit68d1e9ef24b30649c6aec0a2655d85317fbf5dce (patch)
tree5717688c061d37eb5f95a318232fb96787ddc214 /practice
parentb05d4eea96b421e8627604b20e632e2454364c09 (diff)
downloadscripts-68d1e9ef24b30649c6aec0a2655d85317fbf5dce.tar.gz
scripts-68d1e9ef24b30649c6aec0a2655d85317fbf5dce.zip
Renamed fin -> slice
Diffstat (limited to 'practice')
-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