more frobnicate again
This commit is contained in:
10
tools/tagpicz.sh
Executable file
10
tools/tagpicz.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
printf "==== %s ( %s ) ===\n" $0 $1
|
||||
|
||||
VALUE=$(( $RANDOM % 4096 ))
|
||||
|
||||
printf "random value = %03xH\n" ${VALUE}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user