stabbish

:)
git clone https://git.sr.ht/~ashymad/stabbish
Log | Files | Refs | README | LICENSE

commit 4c2b557394b5edce3b73a49e3f607aaef7a3c184
parent a8bb18056f9d810c6bd8b491fda8d3c7d8e76baa
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Sun,  2 Aug 2026 18:02:59 +0200

Fix link

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -11,6 +11,6 @@ a shell script of your choice to the end of the binary and the resulting file will automatically execute that script using the static busybox when run. The appended script can even be compressed using gzip, xz or bzip2. -Simply grab the [stabbish binary](ashymad.srht.site/stabbish), append your script using for example +Simply grab the [stabbish binary](https://ashymad.srht.site/stabbish), append your script using for example `cat stabbish your_script.sh > your_script.exe` and voila! You just created your first run-anywhere shell script.