diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2021-03-18 13:12:13 +0800 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-03-18 22:18:14 -1000 |
commit | ccfe1bfa508e7041c4b5f902f1354ef9566bff28 (patch) | |
tree | df9454e5c6dfc27c8e6d153f4e26cde69a1b30f3 /net/tmate/test.sh | |
parent | cfc965b10754fea8c71dad79e6b4cd7c02f47a9b (diff) |
tmate: add new package
Tmate is a fork of tmux. It provides an instant pairing solution.
For more details, see https://tmate.io.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/tmate/test.sh')
-rw-r--r-- | net/tmate/test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/tmate/test.sh b/net/tmate/test.sh new file mode 100644 index 000000000..0f4a86651 --- /dev/null +++ b/net/tmate/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +tmate -V | grep "$PKG_VERSION" |