mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-04-28 15:27:14 +00:00
8 lines
55 B
Bash
Executable File
8 lines
55 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
yarn start
|