If I create a file, will it sign and broadcast stuff?
Login to reply
Replies (3)
On the next version I'll come up with something for that.
nak fs --sec 'bunker://...' /mnt
cd /mnt/@me/notes
echo 'goodbye stranger' > new
cd /mnt/@me/articles
mkdir whatever
cd whatever
vim content.md # write a very thoughtful article
vim title # write a very thoughtful title
touch publish
Does this use FUSE?