From 5411c36c88b35949d875a53f6a7c48ddbb084dea Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 29 Dec 2025 16:39:21 +0700 Subject: all: convert the README from asciidoc to markdow This is to make it renderable on SourceHut. While at it, group the documentation files into doc/ directory so it can be served under https://kilabit.info/project/bin.sh . --- README | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 README (limited to 'README') diff --git a/README b/README deleted file mode 100644 index 418700f..0000000 --- a/README +++ /dev/null @@ -1,47 +0,0 @@ -= bin.sh - -A collection of shell scripts. - -== Scripts - -*chmod-x.sh*:: -Script to recursively scan directory and remove executable-bit from file that -may not an executable. - -*git-update-all.sh*:: -Script fetch the latest commits from all git repositories under a directory. - -*jwt-decode.sh*:: -Script to decode JWT with optional secret to check for signature. - -*tmux-session.sh*:: -Script to open new tmux session with start directory based on configuration in -`~/.tmux.session`. - -*wg-activate.sh*:: -Script that activate only one wireguard connection from list of -configuration in /etc/wireguard/*.conf or turning off all of them if no -parameter is given. - - -== Installation - -Clone the repository, - - $ git clone https://git.sr.ht/~shulhan/bin.sh - -Go to inside the cloned repository and run - - $ sudo make install - -To uninstall it, run - - $ sudo make uninstall - - -== Development - -https://git.sr.ht/~shulhan/bin.sh:: Link to the source code. - -// SPDX-FileCopyrightText: 2022 M. Shulhan -// SPDX-License-Identifier: GPL-3.0-or-later -- cgit v1.3