make Astropage with PLAYERS QrCode
parent
066ba83ebb
commit
7c1409e810
12
tools/my.sh
12
tools/my.sh
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue