repo: nostr
action: blob
revision: 
path_from: nostr-mysec
revision_from: refs/heads/master:
path_to: 
revision_to: 
git.thebackupbox.net
nostr
git clone git://git.thebackupbox.net/nostr

blob of:

nostr

/ nostr-mysec

blob_plain of this file

refs/heads/master:/nostr-mysec

 #!/usr/bin/env bash
 file=~/.config/nostr/me.sec
 if [ -e "$file" ];then
 	cat "$file"
 fi