annotate init.sh @ 138:ddecbf87f5a7 hotfix/v1.1.1

DEP-12: increase usas import memory, disable leak detection in importer
author smith@nwoca.org
date Fri, 16 Jun 2017 16:54:47 +0100
parents f04f13a1d5d8
children 8f45c43ea7a4
rev   line source
54
334d65dac778 add hash bangs to specify bash shell
smith@nwoca.org
parents: 21
diff changeset
1 #!/bin/bash
21
f70f4ada6f38 make alias more useful
Dave smith <smith@nwoca.org>
parents: 20
diff changeset
2 alias utils='docker run -it -v ${PWD}:/tmp -v /ssdt:/ssdt --rm docker.ssdt.io/ssdt-utils'
63
f04f13a1d5d8 add script to send file to ssdt upload server
smith@nwoca.org
parents: 54
diff changeset
3 alias send2ssdt='/ssdt/scripts/send.sh'