An open API service indexing awesome lists of open source software.

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

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
```