More actions
(Created page with "{{#seo: |title=Wii Homebrew Apps (Operating systems) - GameBrew |title_mode=append |image=wii-logo.jpg |image_alt=WiiShell }} {{Infobox Wii Homebrews |title=WiiShell |image=wi...") |
No edit summary |
||
Line 15: | Line 15: | ||
|license=Freeware | |license=Freeware | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/wiishellwii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/wiishellwii.7z | ||
|website= | |website= | ||
|source= | |source= | ||
}} | }} | ||
'''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 | |||
==External links== | |||
* Wiibrew - https://wiibrew.org/wiki/WiiShell |
Revision as of 11:54, 17 July 2022
WiiShell | |
---|---|
General | |
Author | Aksommerville |
Type | Operating systems |
Version | 20080702 |
License | Freeware |
Last Updated | 2008/07/03 |
Links | |
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
External links
- Wiibrew - https://wiibrew.org/wiki/WiiShell