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 bc21cb8 commit 49b50f8Copy full SHA for 49b50f8
qsh
@@ -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