Skip to content

Instantly share code, notes, and snippets.

@vain
vain / dummy-content
Last active August 29, 2015 14:12
Quick and dirty teamvault development environment on Arch Linux using overqemu
for i in {1..250}; do curl -X POST -H 'Content-Type: application/json' --user bob:bob --data-binary '{"allowed_groups": [], "allowed_users": ["bob"], "name": "apitest '"$i"'", "password": "huch '"$i"'"}' 'http://10.33.20.2/api/secrets/'; done