1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-26 01:38:24 +00:00
Radarr/ServiceHelpers/ServiceInstall/Program.cs

11 lines
161 B
C#
Raw Normal View History

2013-07-19 03:47:55 +00:00
namespace ServiceInstall
{
public static class Program
{
static void Main()
{
ServiceHelper.Run(@"/i");
}
}
}