https://github.com/masterhide/a-m-s
A script to automate system management tasks, including reboot scheduling and sending notifications via Telegram.
https://github.com/masterhide/a-m-s
task-management
Last synced: 11 months ago
JSON representation
A script to automate system management tasks, including reboot scheduling and sending notifications via Telegram.
- Host: GitHub
- URL: https://github.com/masterhide/a-m-s
- Owner: MasterHide
- License: mit
- Created: 2025-02-02T12:26:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T06:45:57.000Z (about 1 year ago)
- Last Synced: 2025-05-05T07:38:00.685Z (about 1 year ago)
- Topics: task-management
- Language: Shell
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A-M-S (Automated Management System)
A script to automate system management tasks, including reboot scheduling and sending notifications via Telegram.
## Installation
Run the following command to install
```bash
curl -O https://raw.githubusercontent.com/MasterHide/A-M-S/main/sr-system.sh && chmod +x sr-system.sh && sudo ./sr-system.sh
```
## Run the following command to Uninstall
```bash
curl -O https://raw.githubusercontent.com/MasterHide/A-M-S/main/rm.sh && chmod +x rm.sh && sudo ./rm.sh
```