More actions
No edit summary |
m (Text replacement - "type=Operating systems" to "type=Operating Systems") |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=WiiShell | |title=WiiShell | ||
|image=WiiShell.PNG | |image=WiiShell.PNG | ||
|description=UNIX-like shell | |description=UNIX-like shell. | ||
|author=Aksommerville | |author=Aksommerville | ||
|lastupdated=2008/07/03 | |lastupdated=2008/07/03 | ||
|type=Operating | |type=Operating Systems | ||
|version=20080702 | |version=20080702 | ||
|license=Freeware | |license=Freeware | ||
Line 17: | Line 11: | ||
|website=http://aksommerville.googlepages.com/home.html | |website=http://aksommerville.googlepages.com/home.html | ||
|source=https://dlhb.gamebrew.org/wiihomebrews/wiishellwii.7z | |source=https://dlhb.gamebrew.org/wiihomebrews/wiishellwii.7z | ||
}} | |||
{{#seo: | |||
|title=Wii Homebrew Apps (Operating systems) - GameBrew | |||
|title_mode=append | |||
|image=WiiShell.PNG | |||
|image_alt=WiiShell | |||
}} | }} | ||
WiiShell is a UNIX shell simulation for the Nintendo Wii that includes an image viewer and limited command-line globbing capabilities. | WiiShell is a UNIX shell simulation for the Nintendo Wii that includes an image viewer and limited command-line globbing capabilities. | ||
Line 23: | Line 23: | ||
===Recognised Commands=== | ===Recognised Commands=== | ||
<pre> | <pre> | ||
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. | |||
</pre> | </pre> | ||
Latest revision as of 09:36, 7 Mayıs 2024
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.
User guide
Recognised Commands
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 issues
No long filename support yet.
External links
- Author's website - http://aksommerville.googlepages.com/home.html
- WiiBrew - https://wiibrew.org/wiki/WiiShell