WiiShell: Difference between revisions
From GameBrew
More actions
m HydeWing moved page Wiishell Wii to WiiShell |
No edit summary |
||
| Line 2: | Line 2: | ||
|title=Wii Homebrew Apps (Operating systems) - GameBrew | |title=Wii Homebrew Apps (Operating systems) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=WiiShell.PNG | ||
|image_alt=WiiShell | |image_alt=WiiShell | ||
}} | }} | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=WiiShell | |title=WiiShell | ||
|image= | |image=WiiShell.PNG | ||
|description=UNIX-like shell | |description=UNIX-like shell | ||
|author=Aksommerville | |author=Aksommerville | ||
| 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=https://web.archive.org/web/20070526011021/http://aksommerville.googlepages.com/home.html | ||
|source=https://dlhb.gamebrew.org/wiihomebrews/wiishellwii.7z | |source=https://dlhb.gamebrew.org/wiihomebrews/wiishellwii.7z | ||
}} | }} | ||
| Line 44: | Line 44: | ||
view [file] <i>(gif png jpeg jpg bmp)</i> | view [file] <i>(gif png jpeg jpg bmp)</i> | ||
</pre> | </pre> | ||
== Known Bugs/Limitations: == | == Known Bugs/Limitations: == | ||
* No long filename support yet | * No long filename support yet | ||
==External links== | ==External links== | ||
* Author's Site - https://web.archive.org/web/20070526011021/http://aksommerville.googlepages.com/home.html | |||
* Wiibrew - https://wiibrew.org/wiki/WiiShell | * Wiibrew - https://wiibrew.org/wiki/WiiShell | ||
Revision as of 03:48, 31 January 2023
| WiiShell | |
|---|---|
| General | |
| Author | Aksommerville |
| Type | Operating systems |
| Version | 20080702 |
| License | Freeware |
| Last Updated | 2008/07/03 |
| Links | |
| Download | |
| Website | |
| Source | |
WiiShell is a UNIX shell simulation for the Nintendo Wii that includes an image viewer and limited command-line globbing capabilities.
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