added disk cli program

This commit is contained in:
2023-01-27 14:34:25 +01:00
parent 95a9ab63d0
commit a87f50eec7
2 changed files with 141 additions and 0 deletions

View File

@@ -143,6 +143,8 @@ class Terminal {
return new Net();
case "rs":
return new Redstone();
case "disk":
return new Disk();
default:
return null;
}