Ver a proveniência

update input

pull/1/head
10sr há 12 anos
ascendente
cometimento
c8558eb787
1 ficheiros alterados com 5 adições e 6 eliminações
  1. +5
    -6
      bashrc

+ 5
- 6
bashrc Ver ficheiro

@@ -184,12 +184,11 @@ then
fi

input(){
(
stty -echo
read foo
stty echo
echo $foo
)
local foo
stty -echo
read foo
stty echo
echo $foo
}

tmux(){


Carregando…
Cancelar
Guardar