From a63370cd4be86b85ab9cc533ba1756b610ae46e2 Mon Sep 17 00:00:00 2001 From: echo <91651232+exhq@users.noreply.github.com> Date: Fri, 7 Oct 2022 11:07:53 +0330 Subject: lmfao trolled --- console/src/jsMain/kotlin/main.kt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'console/src') diff --git a/console/src/jsMain/kotlin/main.kt b/console/src/jsMain/kotlin/main.kt index 82aa4b5..d480390 100644 --- a/console/src/jsMain/kotlin/main.kt +++ b/console/src/jsMain/kotlin/main.kt @@ -138,6 +138,9 @@ fun main() { }) console.registerCommand(command("cat"){ + if (args[0] =="*"){ + console.addLine("everything") + } val fa = requireFileAccessor() val path = when (args.size){ 1 -> args[0] -- cgit