added GPS cli app
This commit is contained in:
@@ -154,6 +154,8 @@ class Terminal extends UIApp {
|
||||
return new Redstone();
|
||||
case "disk":
|
||||
return new Disk();
|
||||
case "gps":
|
||||
return new GPS();
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user