1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-27 02:09:59 +00:00
Radarr/ServiceHelpers/ServiceInstall/Program.cs
2013-07-18 20:47:55 -07:00

10 lines
161 B
C#

namespace ServiceInstall
{
public static class Program
{
static void Main()
{
ServiceHelper.Run(@"/i");
}
}
}