diff options
| -rw-r--r-- | README | 8 | ||||
| -rw-r--r-- | README.md | 10 |
2 files changed, 10 insertions, 8 deletions
@@ -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 |
