forked from perelman/contra-renderer
8 lines
117 B
Bash
Executable File
8 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Change directory to repo root.
|
|
cd "$(dirname "$0")" || exit
|
|
echo "Watching $(pwd)"
|
|
# From /
|
|
tsc --watch
|