mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
8 lines
68 B
Bash
Executable file
8 lines
68 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
pwd
|
|
ls -lsah
|
|
|
|
cd hyperglass/ui
|
|
|
|
yarn typecheck
|