7 lines
59 B
Bash
Executable File
7 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
monip ()
|
|
{
|
|
curl ifconfig.me
|
|
}
|
|
monip "$@"
|