Przeglądaj źródła

update tb

pull/1/head
10sr 11 lat temu
rodzic
commit
e5c985acd5
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      bashrc

+ 3
- 3
bashrc Wyświetl plik

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



Ładowanie…
Anuluj
Zapisz