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

WiiShell: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
CarstenK (talk | contribs)
Recognised Commands and Usage (jacked text from the binary)
CarstenK (talk | contribs)
added peripherals
Line 10: Line 10:
| source      =  
| source      =  
| license =
| license =
| peripherals =  
| peripherals = {{USBKeyboard}}{{FrontSD}}
| hbc        = 1 <!-- Only if "Full" HBC Support (boot.elf/boot.dol,meta.xml, and icon.png) -->
| hbc        = 1 <!-- Only if "Full" HBC Support (boot.elf/boot.dol,meta.xml, and icon.png) -->
| hbb        =  
| hbb        =  

Revision as of 03:22, 31 July 2008

WiiShell
General
Author(s)Aksommerville
TypeOS
Version20080702
Links
[[wiishell-20080702.tar.bz2|Download]]
Peripherals
USB KeyboardLoads 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