Skip to content

Commit 241bc17

Browse files
fix: strip down .studiorc lines
1 parent 05752dd commit 241bc17

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.studiorc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
#!/bin/bash
2-
32
hab pkg install emergence/studio
43
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

Comments
 (0)