Shadow
Shadow
for example the output for how i wrote mine by myself before i made the first script. ```bash #!/bin/bash cd /home/sbserver/steamcmd ./steamcmd.sh +login "USERNAME" "PASSWORD" +force_install_dir ../serverfiles \ +workshop_download_item 211820...
which is helpful if you have to debug it for some stupid reason
but then again i guess it would work your way also without problems
so now with the new api thing the scrip would look like this: ```bash #!/bin/bash echo "./steamcmd.sh +login "USERNAME" "PASSWORD" +force_install_dir ../serverfiles \\" > moddownload.sh curl -s --data "collectioncount=1&publishedfileids[0]=1101449362" https://api.steampowered.com/ISteamRemoteStorage/GetCollectionDetails/v1/...
for those wondering this is being worked on to get implemented.....
@shinji257 the script does not work with anonymous logins @LoadingSAa there has been some work on it but it seemingly stopped when another person helping me quited the project and...
for a link on the project info so far: [WIP](https://github.com/JustJinxed/command_shad/blob/master/command_shadmod.sh)
see issue #1623 for a solution one how to do this and a suggestion for how to implement it @phit @UltimateByte @jaredballou
when fix and merge???
just tested with xterm too and same issue with sixels not getting cleared when running clear command