mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 08:33:58 -07:00
12 lines
183 B
C#
12 lines
183 B
C#
using System.Linq;
|
|
|
|
namespace ServiceUninstall
|
|
{
|
|
public static class Program
|
|
{
|
|
static void Main()
|
|
{
|
|
ServiceHelper.Run(@"/u");
|
|
}
|
|
}
|
|
}
|