1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-31 20:03:06 +00:00
Radarr/ServiceHelpers/ServiceUninstall/Program.cs

11 lines
163 B
C#
Raw Normal View History

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