Skip to content

Instantly share code, notes, and snippets.

View mixmix's full-sized avatar

mix irving mixmix

View GitHub Profile
@mixmix
mixmix / gist:27cf191e80d5751f9611
Last active August 29, 2015 14:23
Webpunch snippets
heroku pg:backups capture -a webpunch
curl -o latest.dump `heroku pg:backups public-url -a webpunch`
dropdb webpunch_development
createdb webpunch_development
pg_restore --verbose --clean --no-acl --no-owner -d webpunch_development latest.dump
------
@elribonazo
elribonazo / version.sh
Last active June 7, 2024 02:34
This script can be used to extract the Identus versioning from https://github.com/input-output-hk/atala-releases releases and future Hyperledger repositories
#!/bin/bash
# Default values
OWNER=""
REPO=""
VERSION="latest"
COMPONENT=""
SOURCE_DIRECTORY='Atala PRISM'
# Function to display usage information