Updated SC2000 (markdown)

Christopher Slycord
2020-05-06 19:21:39 +09:00
parent e932d0853c
commit 2bd729b50c

@@ -17,4 +17,8 @@ fi
if [ "$( echo "$1" | wc -m )" -gt 1 ]; then
echo "greater than 1"
fi
if [ "${#1}" -gt 1 ]; then
echo "greater than 1"
fi
```