This website requires JavaScript.
Explore
Help
Sign In
mokhtar
/
local-ip.sh
Watch
1
Star
0
Fork
0
You've already forked local-ip.sh
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
b5e3630e44
local-ip.sh
/
main.go
10 lines
76 B
Go
Raw
Normal View
History
Unescape
Escape
Initial commit
2022-10-27 21:19:23 +00:00
package
main
import
(
make CLI configurable
2024-07-26 10:16:23 +00:00
"local-ip.sh/cmd"
Initial commit
2022-10-27 21:19:23 +00:00
)
func
main
(
)
{
make CLI configurable
2024-07-26 10:16:23 +00:00
cmd
.
Execute
(
)
Initial commit
2022-10-27 21:19:23 +00:00
}
Reference in New Issue
Copy Permalink