mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-06 23:29:31 -04:00
9 lines
259 B
C#
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);
|
|
}
|
|
} |