slitaz-arm diff rpi/slitaz-rpi @ rev 165
Add a clean command to pileds
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 04 06:00:37 2014 +0200 (2014-05-04) |
parents | 3bffab5ac240 |
children | 0eb0f35e2f0d |
line diff
1.1 --- a/rpi/slitaz-rpi Mon Apr 21 02:09:15 2014 +0200 1.2 +++ b/rpi/slitaz-rpi Sun May 04 06:00:37 2014 +0200 1.3 @@ -1,8 +1,8 @@ 1.4 #!/bin/sh 1.5 # 1.6 -# A tiny utility to help manage SliTaz R-Pi's from an i486 machine. Make 1.7 -# it clean and fast for users :-). i you looking for the SliTaz R-Pi distro 1.8 -# builder, have a look at sat-rpi. 1.9 +# A tiny utility to help manage SliTaz R-Pis from an i486 machine. Make 1.10 +# it clean and fast for users :-). if you're looking for the SliTaz R-Pi 1.11 +# distro builder, have a look at sat-rpi. 1.12 # 1.13 # (C) 2014 SliTaz ARM - BSD License 1.14 # AUTHOR: Christophe Lincoln <pankso@slitaz.org> 1.15 @@ -22,15 +22,15 @@ 1.16 $(boldify "Usage:") $(basename $0) [command] [host] 1.17 1.18 $(boldify "Commands:") 1.19 - netmap Search and map R-Pi's on the wired local network 1.20 - pscan Scan a or all Raspberry Pi hosts open ports 1.21 + netmap Search and map R-Pis on the wired local network 1.22 + pscan Scan one or all Raspberry Pi hosts open ports 1.23 1.24 EOT 1.25 } 1.26 1.27 case "$1" in 1.28 netmap) 1.29 - # MAC address works for wired raspberry R-Pi's 1.30 + # MAC address works for wired raspberry R-Pis 1.31 # http://hwaddress.com/?q=raspberry 1.32 newline && colorize 35 "Raspberry Pi wired LAN map" 1.33 separator