aboutsummaryrefslogtreecommitdiff
path: root/practice
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-29 12:14:54 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-29 12:14:54 +0100
commite238fdb701796721b17f81437bea083940d3e21a (patch)
tree829ef81b09e9c7a83a594b5f5fc4f504f6f17a76 /practice
parentaebab7713531e77bbdd35b5237df647c4e108f61 (diff)
downloadscripts-e238fdb701796721b17f81437bea083940d3e21a.tar.gz
scripts-e238fdb701796721b17f81437bea083940d3e21a.zip
small fix
Diffstat (limited to '')
-rwxr-xr-xpractice2
1 files changed, 1 insertions, 1 deletions
diff --git a/practice b/practice
index 52f7e45..090aae8 100755
--- a/practice
+++ b/practice
@@ -23,7 +23,7 @@ fin() {
23 scr="$(nissy scramble htr)" 23 scr="$(nissy scramble htr)"
24 echo "$scr" 24 echo "$scr"
25 read -r x 25 read -r x
26 nissy solve -o drslice "$scr" 26 nissy solve -o drudslice "$scr"
27 read -r x 27 read -r x
28 done 28 done
29} 29}

Generated with cgit - Back to sebastiano.tronto.net