Test script
#! sh num=0 echo $num num=$(($num + 1)) echo $num num=$((num + 1)) echo $num let num++ echo $num
❯ ./test.sh 0 1 2 3
Post a Comment
android logcat viewer for Windows, Linux, Mac https://github.com/cdcsgit/lognote Filtered log viewer Android logcat viewer, kotlin ...
No comments:
Post a Comment