diff options
Diffstat (limited to 'ShiftOS-TheRevival/Resources')
7 files changed, 20 insertions, 0 deletions
diff --git a/ShiftOS-TheRevival/Resources/man Manuals/guess.txt b/ShiftOS-TheRevival/Resources/man Manuals/guess.txt new file mode 100644 index 0000000..dc73bed --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/guess.txt @@ -0,0 +1 @@ +Runs the 'Guess the Number' application.
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/help.txt b/ShiftOS-TheRevival/Resources/man Manuals/help.txt new file mode 100644 index 0000000..ef319a2 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/help.txt @@ -0,0 +1 @@ +Shows all commands available in the terminal and its brief explanation of action
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/man.txt b/ShiftOS-TheRevival/Resources/man Manuals/man.txt new file mode 100644 index 0000000..53eb94f --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/man.txt @@ -0,0 +1,5 @@ +Shows up a manual on each corresponding command and its example of action + +[COMMAND] Any command that you want to get the manual for + +Example: man help
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/print.txt b/ShiftOS-TheRevival/Resources/man Manuals/print.txt new file mode 100644 index 0000000..8a7d1d6 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/print.txt @@ -0,0 +1 @@ +Prints a corresponding text entered in the command
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/shiftorium.txt b/ShiftOS-TheRevival/Resources/man Manuals/shiftorium.txt new file mode 100644 index 0000000..8850656 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/shiftorium.txt @@ -0,0 +1,10 @@ +A software center for upgrading features in ShiftOS + +[OPTION] Shiftorium execute mode +LIST Printing a list of available upgrade in ShiftOS +INFO Displays informations such as description, instruction, and example command +INSTALL Install the selected feature to ShiftOS (if the Codepoints are either equal or more to required) + +[featureName] Feature name + +Example: shiftorium install man, shiftorium info clear
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/shutdown.txt b/ShiftOS-TheRevival/Resources/man Manuals/shutdown.txt new file mode 100644 index 0000000..f2d4f32 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/shutdown.txt @@ -0,0 +1 @@ +Terminate ShiftOS session
\ No newline at end of file diff --git a/ShiftOS-TheRevival/Resources/man Manuals/ver.txt b/ShiftOS-TheRevival/Resources/man Manuals/ver.txt new file mode 100644 index 0000000..286b302 --- /dev/null +++ b/ShiftOS-TheRevival/Resources/man Manuals/ver.txt @@ -0,0 +1 @@ +Displays current version of ShiftOS TheRevival
\ No newline at end of file |
