Diferencia entre revisiones de «Hacks para Unix-like:Añadir comandos nautilus»

Contenido eliminado Contenido añadido
Sin resumen de edición
Sin resumen de edición
Línea 31:
{|style="background-color: #f2fff2; border: solid 1px #bfffbf; padding: 1em;" valign="top"
| #!/bin/sh<br>
| # This script opens a gnome-terminal in the directory you select.<br>
| # Distributed under the terms of GNU GPL version 2 or later<br>
| # Copyright (C) Keith Conger <acid@twcny.rr.com><br>
| # Install in your ~/Nautilus/scripts directory.<br>
| "#" You need to be running Nautilus 1.0.3+ to use scripts.<br>
| cd $NAUTILUS_SCRIPT_CURRENT_URI<br>
| exec gnome-terminal
|}