mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
10 lines
95 B
Bash
Executable File
10 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#
|
|
# Trvial tool to warp manual update of website
|
|
#
|
|
|
|
set -xe
|
|
|
|
python util/website.py
|