mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
1f9d32d74d
* Automatic detection of wifi n * Checking inputs
3 lines
67 B
Bash
3 lines
67 B
Bash
#!/bin/bash
|
|
|
|
sipcalc "${1}" | grep Expanded | awk '{ print $NF; }'
|