mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-03-26 17:51:46 +01:00
7 lines
206 B
Bash
7 lines
206 B
Bash
#!/bin/bash
|
|
|
|
# writes hello to a group
|
|
|
|
channel=test99
|
|
{ echo -e "3\n1\n${channel}\nHello, this is a random test.\nx\nx\nx" ; cat /dev/stdin; } | ./nostr_console_ubuntu_x64 --prikey=`openssl rand -hex 32`
|