summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-07-23 01:20:23 +0530
committerryukamish <[email protected]>2026-07-23 01:20:23 +0530
commite242b8b2e5822a091134751a35c9d4f367c66819 (patch)
treee8970bb854bcc42cd6f7ef13e7f132f8d4c1671d
parent8538b69b5f858c3b3e532035c17a09396b31003e (diff)
switched to markdown format for readme file
-rw-r--r--README8
-rw-r--r--README.md10
2 files changed, 10 insertions, 8 deletions
diff --git a/README b/README
deleted file mode 100644
index bc4f5ac..0000000
--- a/README
+++ /dev/null
@@ -1,8 +0,0 @@
-bash-scripts
-============
-doing mundane tasks with bash automation
-
-TODO
-----
-- auto backup with rsync with one command
-- compressing files with tar
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c9522bb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# bash-scripts
+doing mundane tasks with bash automation
+
+## vic
+Open any executable command file from any directory.
+The file should be in path or be installed on the system.
+
+## TODO
+- auto backup with rsync with one command
+- compressing files with tar