4 lines
167 B
Bash
Executable file
4 lines
167 B
Bash
Executable file
#!/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
|