diff options
Diffstat (limited to 'input/00000-blog/00003-download-mods-for-a-steam-game-from-the-steam-workshop.html')
-rw-r--r-- | input/00000-blog/00003-download-mods-for-a-steam-game-from-the-steam-workshop.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/input/00000-blog/00003-download-mods-for-a-steam-game-from-the-steam-workshop.html b/input/00000-blog/00003-download-mods-for-a-steam-game-from-the-steam-workshop.html new file mode 100644 index 0000000..fc180e4 --- /dev/null +++ b/input/00000-blog/00003-download-mods-for-a-steam-game-from-the-steam-workshop.html @@ -0,0 +1,11 @@ +<!-- + author: Lotigara + category: openwrt + category: sh + category: steam +--> +<h1>Download mods for a Steam game from the Steam Workshop</h1> + +<pre alt="sh"> +steamcmd "+login $USERID" $(for i in $MODLIST; do echo "+download_item $APPID $i"; done) +</pre> |