mirror of
https://github.com/Readarr/Readarr
synced 2025-12-19 14:56:04 +01:00
10 lines
161 B
C#
10 lines
161 B
C#
namespace ServiceInstall
|
|
{
|
|
public static class Program
|
|
{
|
|
static void Main()
|
|
{
|
|
ServiceHelper.Run(@"/i");
|
|
}
|
|
}
|
|
}
|