diff options
| author | ryukamish <[email protected]> | 2026-07-23 01:20:23 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-07-23 01:20:23 +0530 |
| commit | e242b8b2e5822a091134751a35c9d4f367c66819 (patch) | |
| tree | e8970bb854bcc42cd6f7ef13e7f132f8d4c1671d | |
| parent | 8538b69b5f858c3b3e532035c17a09396b31003e (diff) | |
switched to markdown format for readme file
| -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 |
