@@ -8,7 +8,8 @@ Please make sure you have installed:
- [x] awk
- [x] xargs
- [x] wc
most of these should be installed by default. it depends with your distro.
- [x] idn2
most of these should be installed by default. It depends with your distro.
## BashFunction
Just open your `.bashrc` or `.bash_functions` file and paste the content from [digx_function](https://git.niih.de/de/digx/-/blob/main/digx_function) in it.
@@ -17,6 +18,54 @@ Reload your bash settings (`source .bashrc` shoud do it or just log out and log
## Standalone Script
You can also place the [digx.sh](https://git.niih.de/de/digx/-/blob/main/digx.sh) file in /usr/local/sbin/ on you machine (maybe need to make it executatable too) and just call the script using `digx.sh domain.tld`