Sfoglia il codice sorgente

add func scr

pull/1/head
10sr 11 anni fa
parent
commit
30fc401447
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. +5
    -0
      bashrc

+ 5
- 0
bashrc Vedi File

@@ -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


Caricamento…
Annulla
Salva