From da7e4b9016bbad5fca16acd8e89e69c3593c0a65 Mon Sep 17 00:00:00 2001 From: JakobDev Date: Sat, 1 Jun 2019 13:41:01 +0200 Subject: [PATCH] Add more MOTD messages. (#225) --- src/main/resources/assets/computercraft/lua/rom/motd.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/assets/computercraft/lua/rom/motd.txt b/src/main/resources/assets/computercraft/lua/rom/motd.txt index 611932ab8..afb322c11 100644 --- a/src/main/resources/assets/computercraft/lua/rom/motd.txt +++ b/src/main/resources/assets/computercraft/lua/rom/motd.txt @@ -3,3 +3,11 @@ View the documentation at https://wiki.computercraft.cc Visit the forum at https://forums.computercraft.cc You can disable these messages by running "set motd.enable false" You can create directories with "mkdir". +Want to see hidden files? Run "set list.show_hidden true". +Run "list" or "ls" to see all files in a directory. +You can delete files and directories with "delete" or "rm". +Use "pastebin put" to upload a program to pastebin. +Use "pastebin get" to download a program from pastebin. +Use "pastebin run" to run a program from pastebin without saving it. +Use the "edit" program to create and edit your programs. +You can copy files with "copy" or "cp".