dwmc: adding string support ref. #284

This commit is contained in:
bakkeby
2022-08-01 10:19:03 +02:00
parent d9f79bea73
commit 2e496ed931
3 changed files with 8 additions and 0 deletions

View File

@@ -100,6 +100,9 @@ case $# in
setmfact)
signal $1 f $2
;;
floatpos)
signal $1 v $2
;;
*)
echo "Unknown command ($1) or too many arguments"
exit 1