about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2019-09-02T18·04+0100
committerGitHub <noreply@github.com>2019-09-02T18·04+0100
commit2f239426aa4b9783c301a0ecbb4a9a4fd8b8e6dd (patch)
tree6656efbc41e5dd9c90759b7773538ac064666d54 /tools
parent4bd6d528008c6a8a7357a2c40013931800582252 (diff)
parente2feae3387e5d95715bdd27cd62753a18abf16bd (diff)
Merge pull request #2 from tazjin/refactor/nixos-nginx-cleanup r/73
Remove old NixOS config and move oslo.pub
Diffstat (limited to 'tools')
-rwxr-xr-xtools/bin/__dispatch.sh3
l---------tools/bin/stern1
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/bin/__dispatch.sh b/tools/bin/__dispatch.sh
index 63f941935e..25fb621c01 100755
--- a/tools/bin/__dispatch.sh
+++ b/tools/bin/__dispatch.sh
@@ -22,6 +22,9 @@ case "${TARGET_TOOL}" in
   blog_cli)
     attr="tazjin.blog_cli"
     ;;
+  stern)
+    attr="stern"
+    ;;
   *)
     echo "The tool '${TARGET_TOOL}' is currently not installed in this repository."
     exit 1
diff --git a/tools/bin/stern b/tools/bin/stern
new file mode 120000
index 0000000000..8390ec9c96
--- /dev/null
+++ b/tools/bin/stern
@@ -0,0 +1 @@
+__dispatch.sh
\ No newline at end of file