osupdater/README.md

18 lines
624 B
Markdown
Raw Normal View History

#**osupdater**
2023-06-08 02:51:03 -05:00
## ABOUT
A bash script and a terminal rust application for figuring out what package manager(s) are present on your system and use them to update your software packages.
There is also an in-development python GUI.
This is for my educational purposes of learning rust and python to do tasks that I have done successfully in either bash or C/C++. Feel free to snatch this up or not.
##**FILES**
2024-03-06 04:32:02 -06:00
| File | Function |
| :--:| :--: |
| ./osupder | rust binary |
| ./osupdater.sh | bash script |
| ./assets | png files for the GUI |
| ./in-development | folders for the various non-bash working directories |