https://github.com/prathameshnium/scripts
A personal collection of utility scripts for automating various tasks on Windows and Linux, including batch files for system updates and application launching.
https://github.com/prathameshnium/scripts
automation batch batchfile devops jupyter jupyter-notebook linux scripts shell utility-scripts windows
Last synced: 3 months ago
JSON representation
A personal collection of utility scripts for automating various tasks on Windows and Linux, including batch files for system updates and application launching.
- Host: GitHub
- URL: https://github.com/prathameshnium/scripts
- Owner: prathameshnium
- Created: 2025-10-01T23:09:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-10-02T13:52:24.000Z (3 months ago)
- Last Synced: 2025-10-02T15:28:53.727Z (3 months ago)
- Topics: automation, batch, batchfile, devops, jupyter, jupyter-notebook, linux, scripts, shell, utility-scripts, windows
- Language: Batchfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scripts
A personal collection of utility scripts for automating various tasks on Windows and Linux.
## About This Repository
This repository is a central place for useful scripts I've created to streamline my workflow and automate repetitive tasks. It includes batch files for Windows and shell scripts (or notes) for Linux, covering everything from launching applications to system maintenance.
---
## Scripts Overview
### Windows
* **`Jupyter_Launcher.bat`**: A simple batch script to quickly launch a Jupyter Notebook or JupyterLab instance from the command line in the current directory.
* **`Windows_Update.bat`**: A script to initiate the Windows Update process, checking for and installing available updates.
### Linux
* This directory contains various shell scripts and notes for Linux-based systems. (Currently under development).
---
## How to Use
1. **Clone the repository:**
```sh
git clone [https://github.com/prathameshnium/Scripts.git](https://github.com/prathameshnium/Scripts.git)
```
2. **Navigate to the script's directory:**
```sh
cd Scripts
```
3. **Run the desired script.** For batch files on Windows, you can simply double-click them or run them from your terminal. For shell scripts on Linux, you may need to make them executable first:
```sh
chmod +x your_script_name.sh
./your_script_name.sh
```
---
## License
This project is unlicensed. Feel free to use, modify, and distribute the scripts as you see fit.