Skip to content

Instantly share code, notes, and snippets.

View ROBGUI09's full-sized avatar
🐉
wth is happening

Роберт ROBGUI09

🐉
wth is happening
  • Russia
  • 11:52 (UTC +05:00)
View GitHub Profile
@ROBGUI09
ROBGUI09 / README.md
Last active August 11, 2024 17:37
Get workshop collection item as big workshop_download_item list (download workshop collections easily)

Paste script below in console while being on https://steamcommunity.com/sharedfiles/filedetails/?id=????-type page to get big paste which you can easily put in your SteamCMD prompt to download everything in there

@ROBGUI09
ROBGUI09 / answerfile
Last active April 2, 2024 14:58 — forked from oofnikj/answerfile
Install Docker on Termux
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"