Explorar el Código

fixed mclip

master
mort hace 10 años
padre
commit
2f357348ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      bin/mclip

+ 1
- 1
bin/mclip Ver fichero

@@ -4,7 +4,7 @@ OS=$(uname)

content=$(cat -)

if [ "$OS" -eq "Darwin" ]; then
if [ "$OS" = "Darwin" ]; then
echo -n "$content" | pbcopy
else
echo -n "$content" | xsel -ib

Cargando…
Cancelar
Guardar