Revision d915a659
Added by David Sorber over 7 years ago
| software/hbkcd/install.sh | ||
|---|---|---|
|
printf "\n\n"
|
||
|
|
||
|
# Install hbkcd Python module
|
||
|
# TODO: need to figure out a clean way to detect if this fails and halt
|
||
|
./setup.py install
|
||
|
printf "\n\n"
|
||
|
|
||
| ... | ... | |
|
install -m 755 scripts/hbkcd_add.sh /usr/local/bin/hbkcd_add
|
||
|
install -m 755 scripts/hbkcd_queue.sh /usr/local/bin/hbkcd_queue
|
||
|
install -m 755 scripts/hbkcd_remove.sh /usr/local/bin/hbkcd_remove
|
||
|
install -m 755 scripts/hbkcd_status.sh /usr/local/bin/hbkcd_status
|
||
|
printf "DONE\n"
|
||
|
printf "\n\n"
|
||
|
|
||
Adding hbkcd_status script to get status of current encode. Also added
feature to (optionally) send email once an encode is completed.