Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfalke-01 committed May 8, 2023
1 parent 790f3c8 commit 1b90ec9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Example: </br>
### Linux
`wget https://github.com/simonfalke-01/cbr-cli/releases/latest/download/cbr-linux && chmod +x ./cbr-linux && mv ./cbr-linux /usr/local/bin/cbr`
### macOS
`wget https://github.com/simonfalke-01/cbr-cli/releases/latest/download/cbr-darwin && chmod +x ./cbr-linux && mv ./cbr-darwin /usr/local/bin/cbr`
`wget https://github.com/simonfalke-01/cbr-cli/releases/latest/download/cbr-darwin && chmod +x ./cbr-darwin && mv ./cbr-darwin /usr/local/bin/cbr`
### Windows
If you are a windows user I don't get why you would ever prefer the cmd prompt or PowerShell over the actual codebreaker webpage.
Like seriously. Imagine having such a god awful "terminal". </br>
Expand Down
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ func main() {
fmt.Println("To avoid getting the password prompt again, press the \"Always Allow\" button.")
}

fmt.Println("Submitting solution...")

cookie := kooky.ReadCookies(kooky.Valid, kooky.DomainHasSuffix(`codebreaker.xyz`), kooky.Name(`google-login-session`))[0].Value
problemName := os.Args[1]
urlStr := fmt.Sprintf("https://codebreaker.xyz/problem/%s", problemName)
Expand Down

0 comments on commit 1b90ec9

Please sign in to comment.