Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/estebanborai/unix-scripts
👨 💻 WSL & Unix based systems utility scripts
https://github.com/estebanborai/unix-scripts
linux macos scripts shell unix utility wsl
Last synced: 17 days ago
JSON representation
👨 💻 WSL & Unix based systems utility scripts
- Host: GitHub
- URL: https://github.com/estebanborai/unix-scripts
- Owner: EstebanBorai
- License: gpl-3.0
- Created: 2019-10-21T23:20:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T02:10:34.000Z (about 5 years ago)
- Last Synced: 2024-11-30T12:40:53.357Z (23 days ago)
- Topics: linux, macos, scripts, shell, unix, utility, wsl
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unix-scripts
👨 💻 WSL & Unix based systems utility scriptsScript | Description | Output Sample
--- | --- | ---
[my-local-ip.sh](https://raw.githubusercontent.com/estebanborai/unix-scripts/master/scripts/my-local-ip.sh) | Returns the IP address of your system in the local network. | `inet 192.168.0.204 netmask 0xffffff00 broadcast 192.168.0.255`
[watchman-clean-watchers.sh](https://raw.githubusercontent.com/estebanborai/unix-scripts/master/scripts/watchman-clean-watchers.sh) | Clean watchman process | `*`
[apt-remove-purge](https://raw.githubusercontent.com/estebanborai/unix-scripts/master/scripts/apt-remove-purge.sh) | Removes a package completely | `*`