diff options
author | Ben Sima <ben@bsima.me> | 2020-04-14 19:54:33 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-14 19:54:33 -0700 |
commit | 864985c5e02f70566f7c9f2326f0a9be7f6300e6 (patch) | |
tree | 9aa7681b252cae2561c9762ad456efa901cf58e3 /install-que-client | |
parent | 29476cb0a9df292174a51afffb431019ae4cb87a (diff) |
add install-que-client
Diffstat (limited to 'install-que-client')
-rwxr-xr-x | install-que-client | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install-que-client b/install-que-client new file mode 100755 index 0000000..a934f23 --- /dev/null +++ b/install-que-client @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +curl http://que.run/_/client > ~/.local/bin/que +chmod +x ~/.local/bin/que |