diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-05-19 18:01:39 +0500 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2025-05-19 18:01:39 +0500 |
| commit | 03a7c5b049ff7ba50330c77452575133f84e386e (patch) | |
| tree | f79ff366d099de59631e9936ee58f01a482f08e6 /README.md | |
| parent | 0ff0b7f0e6b99aedc52c031e476ec85cb6702c97 (diff) | |
bot: Begin porting to Z Shell
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -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 |
