make Astropage with PLAYERS QrCode

This commit is contained in:
fred 2023-01-12 23:42:49 +01:00
parent 066ba83ebb
commit 7c1409e810
1 changed files with 12 additions and 0 deletions

View File

@ -49,6 +49,18 @@ myAstroPath() {
[ -n "$myAstroPath" ] && echo "$myAstroPath"
}
#~ myAstroPlayersPage() {
#~ local myAstroPlayersPage=$(cat ~/.zen/tmp/myAstroPlayersPage)
#~ if [[ ! "$myAstroPlayersPage" ]]; then
#~ counter=1
#~ for tw in ls ~/.zen/game/players/*/ipfs/moa/index.html; do
#~ tiddlywiki --load $tw --output ~/.zen/tmp --render '.' "${counter}G1Visa.json" 'text/plain' '$:/core/templates/exporters/JsonFile' 'exportFilter' 'G1Visa'
#~ ((counter++))
#~ done
#~ echo "$myAstroPlayersPage"
#~ }
myDate() {
local myDate=$(date -u +"%Y%m%d%H%M%S%4N")
[ -n "$myDate" ] && echo "$myDate"