5 lines
135 B
Bash
Executable file
5 lines
135 B
Bash
Executable file
#!/bin/bash
|
|
echo -n 'sha256-'
|
|
echo -n 'document.getElementById("video").volume=0.5;' \
|
|
| openssl sha256 -binary \
|
|
| openssl base64
|