Skip to content

Commit 49b50f8

Browse files
authored
alias to invoke kdb+ q-lang
1 parent bc21cb8 commit 49b50f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

qsh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
# append to ~/.bashrc
3+
# alias to invoke kdb+ q-lang
4+
q() {
5+
~/q/l64/q "$@"
6+
}
7+
export -f q

0 commit comments

Comments
 (0)