mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-01 05:05:42 +01: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");
|
|
}
|
|
}
|
|
}
|