echo "Hi, i am [$self_name]($self)

last timestamp: $last_ts"
This commit is contained in:
qo-op 2020-05-04 21:21:57 +02:00
parent c94162ce6c
commit 0536d04ccd
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,8 @@ ipfsnodeid=$(ipfs id -f='<id>\n')
current_ts=$(date -u +%s%N | cut -b1-13)
[ -s ~/.zen/zenyta.last.ts ] && last_ts=$(cat ~/.zen/zenyta.last.ts) || last_ts=$((current_ts - 24*3600*1000 + 1)) # 24h ago
echo "last timestamp: $last_ts"
echo "Hi, i am [$self_name]($self)
last timestamp: $last_ts"
echo '
a u d i o
_ _

View File

@ -34,7 +34,8 @@ ipfsnodeid=$(ipfs id -f='<id>\n')
current_ts=$(date -u +%s%N | cut -b1-13)
[ -s ~/.zen/zenytv.last.ts ] && last_ts=$(cat ~/.zen/zenytv.last.ts) || last_ts=$((current_ts - 24*3600*1000 + 1)) # 24h ago
echo "last timestamp: $last_ts"
echo "Hi, i am [$self_name]($self)
last timestamp: $last_ts"
echo '
v i d e o
_ _
@ -42,8 +43,6 @@ __ __ (_) __| | ___ ___
\ V / | | / _` | / -_) / _ \
\_/ |_| \__,_| \___| \___/
Hi, i am [$self_name]($self)
'