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
| # This script opens a gnome-terminal in the directory you select.
| # Distributed under the terms of GNU GPL version 2 or later
| # Copyright (C) Keith Conger <acid@twcny.rr.com>
| # Install in your ~/Nautilus/scripts directory.
| # You need to be running Nautilus 1.0.3+ to use scripts.
| cd $NAUTILUS_SCRIPT_CURRENT_URI<br>
| exec gnome-terminal
|}