From 40cab347ff93fa3bd52b657d87437d8d717a1408 Mon Sep 17 00:00:00 2001 From: Dzubayyan Ahmad Date: Sat, 12 Oct 2024 16:22:29 +0800 Subject: [PATCH] add: bash script from masdzub This code differs from the previous version as it provides more information and utilizes a different configuration path. If the path does not exist, it will be created the first time the command is executed. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a17ae5a..b4569ba 100644 --- a/README.md +++ b/README.md @@ -471,6 +471,7 @@ Make YOURLS work with other platforms, programming languages or tools. - Bash - [YOURLS BASH](https://github.com/ozh/yourls-bash) - a simple BASH script to shorten URLs with YOURLS. + - [BASH YOURLS](https://github.com/masdzub/bash-yourls) - A simple bash script to shorten URLs using the YOURLS API with diffent path config. - [CakePHP](https://github.com/adrianoluis/CakePHP-YOURLS-Plugin) - Plugin to integrate YOURLS. - Docker - Official [YOURLS Docker image](https://hub.docker.com/_/yourls).