2024-03-04 14:00:55 +01:00
|
|
|
namespace Duplicati.CommandLine.RecoveryTool.Net8
|
2021-04-03 14:13:32 +02:00
|
|
|
{
|
|
|
|
|
// Wrapper class to keep code independent
|
|
|
|
|
public static class Program
|
|
|
|
|
{
|
|
|
|
|
public static int Main(string[] args)
|
|
|
|
|
=> Duplicati.CommandLine.RecoveryTool.Program.Main(args);
|
|
|
|
|
}
|
|
|
|
|
}
|