1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-04 02:18:06 +00:00
Lidarr/ServiceHelpers/ServiceUninstall/Program.cs

11 lines
163 B
C#
Raw Normal View History

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