.. | ||
C#.csproj | ||
Program.cs | ||
README.md |
Website-Finder: C#
REQUIREMENT
C# (Linux users, I advice AGAINST using the Snap Store version)
HOW TO RUN
To use arguments, you should add " -- " (without the ") before the first argument
$ dotnet run
# To make the script go through websites with both HTTP and HTTPS protocols
$ dotnet run -- -p http,https
OTHER STUFF
More details are available on the readme in the root folder