summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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