From 03a7c5b049ff7ba50330c77452575133f84e386e Mon Sep 17 00:00:00 2001 From: Maria Lisina Date: Mon, 19 May 2025 18:01:39 +0500 Subject: bot: Begin porting to Z Shell Signed-off-by: Maria Lisina --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b7b7705..b596a86 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Sekoohaka -Telegram Image Board Bot written in POSIX Shell (dash) +Telegram Image Board Bot written in Z Shell (zsh) ## Features @@ -28,9 +28,8 @@ Telegram Image Board Bot written in POSIX Shell (dash) BusyBox is a hard-coded dependency and cannot be replaced with alternatives! -* dash +* zsh * busybox -* coreutils * curl * jq * recode @@ -40,7 +39,6 @@ For distribution specific installation commands follow [command-not-found](https ### BusyBox functions * base64 -* bc * cat * cp * cut @@ -57,13 +55,9 @@ For distribution specific installation commands follow [command-not-found](https * stat * tr -### GNU Core Utilities - -* date - ## Deployment -It is highly recommended to run it with an empty environment to avoid variable conflict: `env -i ./bot.sh` or `env -i PATH="${PATH}" ./bot.sh` for Termux. +It is highly recommended to run it with an empty environment to avoid variable conflict: `env -i ./bot.zsh` or `env -i PATH="${PATH}" ./bot.zsh` for Termux. For better performance, it is recommended to use a locally deployed [Telegram Bot API](https://github.com/tdlib/telegram-bot-api) server. ### Available options -- cgit v1.2.3