Files
duplicati/Executables/net8/Duplicati.CommandLine.SharpAESCrypt/Program.cs
T

9 lines
265 B
C#
Raw Normal View History

2024-05-21 10:22:57 +02:00
namespace Duplicati.CommandLine.SharpAESCrypt.Net8
{
// Wrapper class to keep code independent
public static class Program
{
public static void Main(string[] args)
2024-05-21 10:22:57 +02:00
=> global::SharpAESCrypt.SharpAESCrypt.CommandLineMain(args);
}
}