mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 07:57:44 -04:00
11 lines
171 B
C#
11 lines
171 B
C#
namespace ServiceUninstall
|
|
{
|
|
public static class Program
|
|
{
|
|
private static void Main()
|
|
{
|
|
ServiceHelper.Run(@"/u");
|
|
}
|
|
}
|
|
}
|