This commit is contained in:
qo-op 2020-05-04 21:16:24 +02:00
parent 0033240294
commit 54897dcd84
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ tstamp="$1"
# for tstamp in $(ls ~/.zen/miam/); do
[ ! -d ~/.zen/miam/$tstamp ] && ehco "NOT FOUND ~/.zen/miam/$tstamp" && exit 1
[ -f ~/.zen/miam/$tstamp/msg_key ] && msg_key=$(cat ~/.zen/miam/$tstamp/msg_key) || echo "HEY I cannot find source SSB message in $tstamp" || continue
[ -f ~/.zen/miam/$tstamp/msg_key ] && msg_key=$(cat ~/.zen/miam/$tstamp/msg_key) || echo "HEY I cannot find source SSB message in $tstamp" || exit 1
echo "$msg_key"
msg=$(sbotc get '{"id":"'"$msg_key"'"}')