Changes between Version 10 and Version 11 of SandBox
- Timestamp:
- Feb 2, 2012, 1:28:06 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SandBox
v10 v11 4 4 5 5 Go ahead, edit it freely. 6 7 [[Image(http://www.openclipart.org/image/800px/svg_to_png/johnny_automatic_sorting_tub.png, 80px, align=right, margin=15)]]8 6 9 7 Note: Help me … … 16 14 17 15 host# this works? 16 17 {{{ 18 #!sh 19 braam# cat <<EOF > /etc/rc.cpf 20 Rick=cool 21 asd=$rick 22 EOF 23 rick# echo 'rick' 24 }}}