Explorar el Código

add func scr

pull/1/head
10sr hace 11 años
padre
commit
30fc401447
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      bashrc

+ 5
- 0
bashrc Ver fichero

@@ -204,6 +204,11 @@ then
|| complete -o default -o nospace -F _git g
fi

scr(){
_time="%Y-%m-%dT%H:%M:%S%z"
script `date +${_time}`.script "$@"
}

netwait(){
while ! ping example.com -c 1
do


Cargando…
Cancelar
Guardar