more frobnicate again

This commit is contained in:
le vieux
2021-03-16 00:48:07 +01:00
parent 395d648c9d
commit 255643e55a
32 changed files with 187 additions and 195 deletions

10
tools/tagpicz.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
printf "==== %s ( %s ) ===\n" $0 $1
VALUE=$(( $RANDOM % 4096 ))
printf "random value = %03xH\n" ${VALUE}