mirror of
https://github.com/Readarr/Readarr
synced 2026-03-29 17:02:01 +02: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");
|
|
}
|
|
}
|
|
}
|