- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
-
- SOURCE="$0"
-
- script=${0}
- script=${script##*/}
- cd -P "$( dirname "$SOURCE" )" || exit 1 # Enter scripts folder or fail!
- DIR="$( pwd )"
- VIRTUALENV_ROOT=${VIRTUALENV_ROOT:-"${DIR}/.venv"}
-
- help() {
- echo "${script}: Mycroft command/service launcher"
- echo "usage: ${script} [COMMAND] [restart] [params]"
- echo
- echo "Services COMMANDs:"
- echo " all runs core services: bus, audio, skills, voice"
- echo " debug runs core services, then starts the CLI"
- echo " audio the audio playback service"
- echo " bus the messagebus service"