WiiShell: Difference between revisions
Jump to navigation
Jump to search
Adamisgood36 (talk | contribs) No edit summary |
Recognised Commands and Usage (jacked text from the binary) |
||
Line 5: | Line 5: | ||
| type = OS | | type = OS | ||
| author = Aksommerville | | author = Aksommerville | ||
| display = | | display = NTSC/PAL | ||
| version = 20080702 | | version = 20080702 | ||
| download = [http://aksommerville.googlepages.com/wiishell-20080702.tar.bz2 wiishell-20080702.tar.bz2] | | download = [http://aksommerville.googlepages.com/wiishell-20080702.tar.bz2 wiishell-20080702.tar.bz2] | ||
| source = | | source = | ||
| license = | |||
| peripherals = | | peripherals = | ||
| 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 = | ||
}} | }} | ||
WiiShell is a | 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 | |||
<i>help: one topic at a time, please</i> | |||
==Usage:== | |||
cat [file] [...] | |||
cd [directory] | |||
cp [source] [...] [destination] <i>(with more than one source, dest must be a directory)</i> | |||
hexdump [file] [...] | |||
more [file] [...] | |||
mkdir [dir] [...] | |||
mv [source] [...] [destination] <i>(mv will not overwrite)</i> | |||
rm [file] [...] | |||
stat [file] [...] <i>(dir)(file)</i> | |||
touch [file] [...] | |||
view [file] <i>(gif png jpeg jpg bmp)</i> | |||
==Known Bugs/Limitations:== | |||
* No long filename support yet |
Revision as of 03:14, 31 July 2008
WiiShell | |
General | |
---|---|
Author(s) | Aksommerville |
Type | OS |
Version | 20080702 |
Links | |
[[wiishell-20080702.tar.bz2|Download]] |
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