aboutsummaryrefslogtreecommitdiff
path: root/test-data/mock-nft-mon.nu
blob: 9048dc3d985891cbe5e012a3ab01772d7bb1e5b9 (plain)
1
2
3
4
const events = 'test-data/nft-mon-output.json'
open --raw $events | lines | each { sleep 1sec; print $in } | ignore
sleep 5sec
open --raw $events | lines | each { sleep 1sec; print $in } | ignore