Explorar el Código

add func randomstr

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

+ 6
- 0
bashrc Ver fichero

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


Cargando…
Cancelar
Guardar