3 lines
81 B
Bash
Executable File
3 lines
81 B
Bash
Executable File
#!/bin/zsh
|
|
ruby -run -e httpd . -p 8080 --bind-address=`~/Scripts/current-ip.sh`
|