mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
4 lines
245 B
Bash
Executable file
4 lines
245 B
Bash
Executable file
#!/usr/bin/env bash
|
|
shopt -s globstar
|
|
sed -i '/<\/body>/s/^/<script src="..\/..\/..\/content.js"><\/script><link rel="stylesheet" href="..\/..\/content.css"><link rel="stylesheet" href="..\/..\/hint.css">/' $1
|
|
#static/docs/modules/_excmds_.html
|