Explorar el Código

update tb

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

+ 3
- 3
bashrc Ver fichero

@@ -324,11 +324,11 @@ di(){
}

tb(){
local tb=~/.my/tb
mkdir -p $tb
local tb="$HOME/.my/tb"
mkdir -p "$tb"
for file in "$@"
do
mv $file $tb
mv -t "$tb" "$file"
done
}



Cargando…
Cancelar
Guardar