This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/swift | |
| @preconcurrency import WebKit | |
| @preconcurrency import Foundation | |
| @preconcurrency import Darwin | |
| // Disable everything written to stderr | |
| freopen("/dev/null", "w", stderr) | |
| struct Cookie { |
OlderNewer