mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-24 04:03:11 +08:00
8 lines
300 B
Bash
8 lines
300 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
# bili_ip
|
||
|
sed -i '6a <link rel="shortcut icon" href=https://www.bilibili.com/favicon.ico>' _site/bili_ip.html
|
||
|
|
||
|
# magical index
|
||
|
sed -i '6a <link rel="shortcut icon" href=https://static.wikia.nocookie.net/minecraft_gamepedia/images/5/55/Enchanted_Book.gif>' _site/internet_collections.html
|