Files
2024-06-04 17:27:18 +02:00

9 lines
259 B
C#

namespace Duplicati.CommandLine.SharpAESCrypt.Net8
{
// Wrapper class to keep code independent
public static class Program
{
public static void Main(string[] args)
=> global::SharpAESCrypt.Program.CommandLineMain(args);
}
}