Skip to content

Commit

Permalink
Fix steam2backloggery.sh
Browse files Browse the repository at this point in the history
Turns out I made some changes to it for debugging and accidentally
committed them a while ago.
  • Loading branch information
ToxicFrog committed Dec 12, 2015
1 parent c9d0d13 commit e69d304
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions steam2backloggery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit e69d304

Please sign in to comment.