aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-12-29 16:39:21 +0700
committerShulhan <ms@kilabit.info>2025-12-29 16:39:28 +0700
commit5411c36c88b35949d875a53f6a7c48ddbb084dea (patch)
tree2875ee7b94cdff754cc490f1c4f137ebdc09915c /README
parent3da5ef67fd86573b36873849a04f42064aa8aa2a (diff)
downloadbin.sh-5411c36c88b35949d875a53f6a7c48ddbb084dea.tar.xz
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 .
Diffstat (limited to 'README')
-rw-r--r--README47
1 files changed, 0 insertions, 47 deletions
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 <ms@kilabit.info>
-// SPDX-License-Identifier: GPL-3.0-or-later