update-csharp/Program.cs
FUH22860 ed5286435a Interactive shell commands now work
The code for this was written by gpt3
2022-12-06 16:53:10 +01:00

8 lines
193 B
C#

public class Program {
static void Main(string[] args) {
string result = Update.copyEverthingToBackup();
Console.WriteLine(result);
Update.startUpdate();
}
}