Line 1:
Line 1:
−
これは、任天堂株式会社のCEOです。このサイトがダウンするか今の我々の利益の喪失を訴えて!
+
{{Infobox homebrewapp
−
==これは、任天堂株式会社のCEOです。このサイトがダウンするか今の我々の利益の喪失を訴えて!==
+
| title = WiiShell
−
===これは、任天堂株式会社のCEOです。このサイトがダウンするか今の我々の利益の喪失を訴えて!===
+
| image =
−
これは、任天堂株式会社のCEOです。このサイトがダウンするか今の我々の利益の喪失を訴えて!
+
| desc = UNIX-like shell
−
[[これは、任天堂株式会社のCEOです。このサイトがダウンするか今の我々の利益の喪失を訴えて!]]
+
| type = OS
+
| author = Aksommerville
+
| display = NTSC/PAL
+
| version = 20080702
+
| download = [http://aksommerville.googlepages.com/wiishell-20080702.tar.bz2 wiishell-20080702.tar.bz2]
+
| source =
+
| license =
+
| peripherals = {{USBKeyboard}}{{FrontSD}}
+
| hbc = 1 <!-- Only if "Full" HBC Support (boot.elf/boot.dol,meta.xml, and icon.png) -->
+
| hbb =
+
}}
+
'''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