stew

a monorepo of some sort
git clone git://git.nsmpr.xyz/stew.git
Log | Files | Refs

new (174B)


      1 #!/bin/rc
      2 
      3 rfork e
      4 
      5 id=`{uuid}
      6 file=$home/lib/wdb/data/$id
      7 
      8 cat > $file <<EOF
      9 { $id
     10 { name
     11 .n unnamed
     12 }
     13 { tags untagged }
     14 { type untyped }
     15 { status .n none
     16 }
     17 }
     18 EOF
     19 
     20 echo $id