5 lines
167 B
Plaintext
5 lines
167 B
Plaintext
|
#!/bin/sh
|
||
|
source /etc/profile.sh
|
||
|
require 'com/speech.js' # add <script src="com/speech.js"></script> to dom
|
||
|
echo '<a-entity speech></a-entity>' >> /dev/browser/html
|