We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05752dd commit 241bc17Copy full SHA for 241bc17
.studiorc
@@ -1,9 +1,3 @@
1
#!/bin/bash
2
-
3
hab pkg install emergence/studio
4
source "$(hab pkg path emergence/studio)/studio.sh"
5
6
-echo " * Use 'load-into-mysql <files>' to load .sql.bz2 files into local mysql database"
7
-load-into-mysql() {
8
- bzcat "$@" | hab pkg exec core/mysql mysql -u root -h 127.0.0.1 default
9
-}
0 commit comments