From 5d00b31bbbd37f9106ff6fe0ad930986c7cbb736 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 May 2025 23:34:35 +1200 Subject: [PATCH] :-'Generic Commit' --- README.md | 20 ++++++++++++++++++++ publish_all.sh | 5 +++++ 2 files changed, 25 insertions(+) create mode 100644 README.md create mode 100644 publish_all.sh diff --git a/README.md b/README.md new file mode 100644 index 0000000..dca9ec6 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# Dropshell Tools + +Tools to support dropshell development and (behind the scenes) use. + +Tools are installed to ~/.local/bin/dropshell-tool, and the tool name is added to the bash PATH, with autocomplete. + +## Use + +Just use dropshell-tool. You can install with: + +``` +curl https://getbin.xyz/dropshell-tool:latest +``` + + +## Development + + + + diff --git a/publish_all.sh b/publish_all.sh new file mode 100644 index 0000000..73b952a --- /dev/null +++ b/publish_all.sh @@ -0,0 +1,5 @@ +#!/bin/bash + + +# build and publish all dropshell tools +