This commit is contained in:
2 * r + 2 * t
2025-02-22 14:27:41 +11:00
parent 669eaa61cb
commit 628fc1a931
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -37,6 +37,7 @@ if test "$argv[1]" = scheme
mkdir -p $C_STATE/scheme
cp $src/data/schemes/$argv[2].txt $C_STATE/scheme/current.txt
echo -n $argv[2] > $C_STATE/scheme/current-name.txt
log "Changed scheme to $argv[2]"
else
error "Invalid scheme: $argv[2]"
end