https://github.com/queenoworld/runoffline
Bash script that lets you run commands in an offline network namespace
https://github.com/queenoworld/runoffline
bash bash-script linux shell shell-script
Last synced: 2 months ago
JSON representation
Bash script that lets you run commands in an offline network namespace
- Host: GitHub
- URL: https://github.com/queenoworld/runoffline
- Owner: QueenOworld
- License: gpl-3.0
- Created: 2024-01-05T22:21:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-07T04:48:02.000Z (over 2 years ago)
- Last Synced: 2025-09-01T03:48:48.749Z (10 months ago)
- Topics: bash, bash-script, linux, shell, shell-script
- Language: Shell
- Homepage:
- Size: 457 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# runoffline
Bash script that lets you run commands in an offline network namespace

## Usage
```bash
$ ./offline.sh
Usage: offline [OPTIONS] $#
Options:
-h, --help Display this help message
-r, --root Run as root without the use of: su $USER -c $#
```
## Installation
Put in /usr/bin
## License
[GPL3](LICENSE)