https://github.com/sankhadip-roy/post-boot-script
script to run after boot up to do necessary things at once
https://github.com/sankhadip-roy/post-boot-script
linux script
Last synced: 3 months ago
JSON representation
script to run after boot up to do necessary things at once
- Host: GitHub
- URL: https://github.com/sankhadip-roy/post-boot-script
- Owner: sankhadip-roy
- Created: 2024-11-24T10:56:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T13:46:33.000Z (about 1 year ago)
- Last Synced: 2025-10-09T15:25:57.724Z (4 months ago)
- Topics: linux, script
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### script to run after booting up the system to do all the process at once
> give permission to execute the script, for first time only
```
cd ~//post-boot-script && chmod 700 .sh
```
> run the script
```
cd ~//post-boot-script && ./.sh && exit
```