diff options
author | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-07 20:28:56 +0300 |
---|---|---|
committer | Ivan Davydov <lotigara@lotigara.ru> | 2025-06-07 20:28:56 +0300 |
commit | b1400c5dd10713b4b11e4918dcccb75bebf7dba9 (patch) | |
tree | 636c08af332654a9cc8d8dab4b861dec78a76e9e /tag_steam.html | |
parent | 6e4c3357ea19d94c3df53ae7c26edad3031cd57b (diff) |
Rebuild tags
Diffstat (limited to 'tag_steam.html')
-rw-r--r-- | tag_steam.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/tag_steam.html b/tag_steam.html new file mode 100644 index 0000000..b7837f0 --- /dev/null +++ b/tag_steam.html @@ -0,0 +1,54 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <link href="/css/main.css" rel="stylesheet" /> + <link href="/css/theme.css" rel="stylesheet" /> + <link href="/css/third-party.css" rel="stylesheet" /> + <link href="/css/responsivity.css" rel="stylesheet" /> +<title>Блог самохостера Lotigara — Заметки с меткой "steam"</title> +</head><body> +<input type="checkbox" id="theme-switch"> +<div id="divbodyholder"><div class="inner_page"> +<div class="headerholder"><div class="header"> +<div id="title"> +<div class="page_header floating_element"> + <h1 class="floating_element">Блог самохостера Lotigara</h1> +</div> +<div class="floating_element"> + <h4 style="display:inline"><a style="color:white" href="/">главная|main page</a></h4> + <h4 style="display:inline"><a style="color:white" href="/status.php">состояние|status</a></h4> + <p style="display:inline">журнал|journal</p> + <h4 style="display:inline"><a style="color:white" href="/files">файлы|files</a></h4> + <h4 style="display:inline"><a style="color:white" href="https://git.lotigara.ru">программы|software</a></h4> + <label id="switch-label" for="theme-switch"></label> +</div> +</div></div></div> +<div id="divbody"><div class="content"> +<div class="section_header"><a class="ablack" href="download-mods-for-a-steam-game-from-the-steam-workshop.html"> +Download mods for a Steam game from the Steam Workshop +</a></div> +<!-- bashblog_timestamp: #202506072028.51# --> +<div class="subtitle">июня 07, 2025 — +Ivan Davydov +</div> +<!-- text begin --> + +<pre alt="sh"> +steamcmd "+login $USERID" $(for i in $MODLIST; do echo "+download_item $APPID $i"; done) +</pre> + +<p>Метки: <a href='tag_sh.html'>sh</a>, <a href='tag_steam.html'>steam</a></p> +<!-- text end --> +</div> +<script data-isso-css-url="https://www.lotigara.ru/css/isso.css" data-isso="//isso.lotigara.ru/" src="//isso.lotigara.ru/js/embed.min.js"></script> +<section id="isso-thread"> + <noscript>Javascript needs to be activated to view comments.</noscript> +</section> + +<div class="section_header section_header_last"> + <p>(c) Ivan Davydov 2025. Делайте с этим документом всё, что хотите!</p><hr/> + <a href="https://www.lotigara.ru/blog">Веб-сайт самохостера Lotigara</a> сгенерирован при помощи <a href="https://github.com/jakimfett/bashblog">Bashblog</a>. Исходные коды этой версии Bashblog можно найти <a href="https://www.lotigara.ru/files/bashblog">здесь</a>.</div> +</div> +</div></div></div> +</body></html> |