Sfoglia il codice sorgente

add func randomstr

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

+ 6
- 0
bashrc Vedi File

@@ -364,6 +364,12 @@ null type gitmemo && alias m=gitmemo

alias setup.py="sudo python3 setup.py install --record files.txt"

randomstr(){
len=$1
test -z "$len" && len=8
uuidgen | tr -d - | cut -c 1-$len
}

datestr(){
# datestr yyyyMMdd-hhmmss
if test -z "$1" || test "$1" == "-h"


Caricamento…
Annulla
Salva