LScripts is a collection of useful scripts to automate various tasks and improve productivity.
- Task automation
- Productivity enhancement
- Easy to use
Clone the repository:
git clone https://github.com/lordgaruda/LScripts.git
Navigate to the project directory:
cd LScripts
You might need to adjust your execution policy to allow running scripts:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
Suppose you need to run that script at every hour.
crontab -e
Then Make a new cron tab.
* 1 * * * bash cmdlog.sh
To revert changes, you can delete the GPO
Contributions are welcome! Please fork the repository and create a pull request.
This project is licensed under the MIT License.
For any questions or suggestions, please open an issue.