Explorar el Código

fix tb for freebsd

pull/1/head
10sr hace 11 años
padre
commit
5e7f638e04
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. +1
    -4
      shrc

+ 1
- 4
shrc Ver fichero

@@ -850,10 +850,7 @@ tb(){
__datenum=`date +%Y%m%d-%H%M%S`
__tb="$HOME/.var/tb/$__datenum"
mkdir -p "$__tb"
for file in "$@"
do
mv -t "$__tb" "$file"
done
mv "$@" "$__tb"
}

mkcd(){


Cargando…
Cancelar
Guardar