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