Explorar el Código

use datenum to tb path

pull/1/head
10sr hace 10 años
padre
commit
999ebad511
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      bashrc

+ 2
- 1
bashrc Ver fichero

@@ -688,7 +688,8 @@ di(){
}

tb(){
local tb="$HOME/.my/tb"
local datenum=`date +%Y%m%d-%H%M%S`
local tb="$HOME/.my/tb/$datenum"
mkdir -p "$tb"
for file in "$@"
do


Cargando…
Cancelar
Guardar