In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "WiiShell"

From WiiBrew
Jump to navigation Jump to search
m (Reverted edits by IMacros (Talk) to last version by Crayon)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Infobox homebrew
 
| title      = WiiShell
 
| title      = WiiShell
| image      =
+
| type        = operating system
| desc        = UNIX-like shell
 
| type        = OS
 
 
| author      = Aksommerville
 
| author      = Aksommerville
| display    = NTSC/PAL
 
 
| version    = 20080702
 
| version    = 20080702
| download    = [http://aksommerville.googlepages.com/wiishell-20080702.tar.bz2 wiishell-20080702.tar.bz2]
+
| download    = Media:Wiishell-20080702.tar.bz2
| source      =
+
| website    = http://aksommerville.googlepages.com/ Broken
| license =
+
| licence = Freeware
| peripherals = {{USBKeyboard}}{{FrontSD}}
+
| peripherals = {{USBKeyboard}} {{FrontSD}}
| hbc        = 1 <!-- Only if "Full" HBC Support (boot.elf/boot.dol,meta.xml, and icon.png) -->
+
| source = Media:Wiishell-src-20080624.tar.bz2
| hbb         =  
+
| osc         = yes
 
}}
 
}}
 
'''WiiShell''' is a simulated UNIX shell for the Wii with an image viewer and limited command-line globbing.
 
'''WiiShell''' is a simulated UNIX shell for the Wii with an image viewer and limited command-line globbing.
  
==Recognised Commands:==
+
== Recognised Commands: ==
  
 
  Recognised Commands:
 
  Recognised Commands:
Line 26: Line 23:
 
  <i>help: one topic at a time, please</i>
 
  <i>help: one topic at a time, please</i>
  
==Usage:==
+
== Usage: ==
 
  cat [file] [...]
 
  cat [file] [...]
 
  cd [directory]
 
  cd [directory]
Line 39: Line 36:
 
  view [file] <i>(gif png jpeg jpg bmp)</i>
 
  view [file] <i>(gif png jpeg jpg bmp)</i>
  
==Known Bugs/Limitations:==
+
== Known Bugs/Limitations: ==
 
* No long filename support yet
 
* No long filename support yet

Latest revision as of 19:23, 21 August 2022

WiiShell
General
Author(s)Aksommerville
TypeOperating system
Version20080702
LicenceFreeware
Links
Download
Broken Website
Source
Downloadable via the Open Shop Channel
Peripherals
USB Keyboard Loads files from the Front SD slot

WiiShell is a simulated UNIX shell for the Wii with an image viewer and limited command-line globbing.

Recognised Commands:

Recognised Commands:
   pwd    cp    touch  poweroff      cat
    cd    mv     stat    reboot     more
    ls    rm    mkdir      exit  hexdump
  help                   clear      view
Enter "help [topic]" for more, or "help ?" to list all topics
help: one topic at a time, please

Usage:

cat [file] [...]
cd [directory]
cp [source] [...] [destination] (with more than one source, dest must be a directory)
hexdump [file] [...]
more [file] [...]
mkdir [dir] [...]
mv [source] [...] [destination] (mv will not overwrite)
rm [file] [...]
stat [file] [...] (dir)(file)
touch [file] [...]
view [file] (gif png jpeg jpg bmp)

Known Bugs/Limitations:

  • No long filename support yet