diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-08-28 18:13:38 +0430 |
---|---|---|
committer | echo <91651232+exhq@users.noreply.github.com> | 2022-08-28 18:13:38 +0430 |
commit | 098e7367a1e043435b5338a12ebbc971fedc9950 (patch) | |
tree | 3913a8cf2889db71c08dff6cec3fb11969a08c54 /console | |
parent | 9ac13c2a3117f44edb71066a6ff717a782ab3209 (diff) | |
download | exhq.github.io-098e7367a1e043435b5338a12ebbc971fedc9950.tar.gz exhq.github.io-098e7367a1e043435b5338a12ebbc971fedc9950.tar.bz2 exhq.github.io-098e7367a1e043435b5338a12ebbc971fedc9950.zip |
HAHAHAHAHAHAH
Diffstat (limited to 'console')
-rw-r--r-- | console/src/jsMain/kotlin/main.kt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/console/src/jsMain/kotlin/main.kt b/console/src/jsMain/kotlin/main.kt index 4dc550e..9be161a 100644 --- a/console/src/jsMain/kotlin/main.kt +++ b/console/src/jsMain/kotlin/main.kt @@ -74,6 +74,17 @@ fun main() { &#(#/#((((((((# """.trimIndent()) }) - + console.registerCommand(command("sudo"){ + var str = "" + for (e in args){ + str += "$e " + } + if(str == "rm -rf /* " || str == "rm -rf / "){ + console.addLine("haha funny xd im laughing so hard rn lmfao xddddddddddddd HAHAHAHAHAHAH") + } + else{ + console.addLine("bro you don have the password smh") + } + }) }
\ No newline at end of file |