aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b36e0f3
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+= bin.sh
+
+A collection of shell scripts.
+
+== Scripts
+
+*tmux-session.sh*::
+Script to open new tmux session with start directory based on configuration in
+`~/.tmux.session`.
+
+
+== Installation
+
+On POSIX like system, run
+
+ $ sudo make install
+
+To uninstall it, run
+
+ $ sudo make uninstall
+
+
+// SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info>
+// SPDX-License-Identifier: GPL-3.0-or-later