5 lines
99 B
Bash
5 lines
99 B
Bash
#!/usr/bin/env bash
|
|
|
|
reload_fifo="/tmp/treehouse_reload.fifo"
|
|
build_log="/tmp/treehouse_build.log"
|