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