diff --git a/steam2backloggery.sh b/steam2backloggery.sh index 3f3044d..b2ff141 100755 --- a/steam2backloggery.sh +++ b/steam2backloggery.sh @@ -15,8 +15,7 @@ EDITOR="nano -w" function bltool() { # Unlike windows we can usually assume that 'java' is in $PATH already and does the right thing - #java -jar bltool.jar --steam-name "$STEAM_NAME" --bl-name "$BL_NAME" --bl-pass "$BL_PASS" "$@" - ./run "$@" + java -jar bltool.jar --steam-name "$STEAM_NAME" --bl-name "$BL_NAME" --bl-pass "$BL_PASS" "$@" } # Initialize the filter file, if needed @@ -29,5 +28,4 @@ bltool --from steam --to text --output games.txt --filter-from text --filter-inp # Assume everything we've gotten will either be added or should be ignored forever. cat games.txt >> filter.txt $EDITOR games.txt -#bltool --from text --to backloggery --input games.txt -bltool --from text --to text --input games.txt +bltool --from text --to backloggery --input games.txt