mirror of
https://github.com/Readarr/Readarr.git
synced 2026-01-28 07:48:18 -05:00
13 lines
183 B
C#
13 lines
183 B
C#
using System.Linq;
|
|
|
|
namespace ServiceUninstall
|
|
{
|
|
public static class Program
|
|
{
|
|
static void Main()
|
|
{
|
|
ServiceHelper.Run(@"/u");
|
|
}
|
|
}
|
|
}
|