WiiShell: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(6 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox homebrew | |||
== | | title = WiiShell | ||
=== | | type = operating system | ||
| author = Aksommerville | |||
[[ | | version = 20080702 | ||
| download = Media:Wiishell-20080702.tar.bz2 | |||
| website = http://aksommerville.googlepages.com/ Broken | |||
| licence = Freeware | |||
| peripherals = {{USBKeyboard}} {{FrontSD}} | |||
| source = Media:Wiishell-src-20080624.tar.bz2 | |||
| osc = yes | |||
}} | |||
'''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 |
Latest revision as of 19:23, 21 August 2022
WiiShell | |
General | |
---|---|
Author(s) | Aksommerville |
Type | Operating system |
Version | 20080702 |
Licence | Freeware |
Links | |
Download | |
Broken Website | |
Source | |
Downloadable via the Open Shop Channel | |
Peripherals | |
![]() ![]() |
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