5 lines
112 B
Bash
5 lines
112 B
Bash
#!/bin/bash
|
|
|
|
cd "${0%/*}"
|
|
morbo -l http://*:hypnotoadport script/XxxApp -w templates -w lib -w *.conf -w *.json
|