Procházet zdrojové kódy

script execution order adapted

master
Dirk Alders před 2 roky
rodič
revize
89a19e4211
1 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. 4
    2
      add

+ 4
- 2
add Zobrazit soubor

@@ -2,10 +2,12 @@
2 2
 #
3 3
 if [[ -e $1 ]]; then
4 4
   target=`basename $1`
5
-  if [[ $target == "root_prompt.sh" ]]; then
5
+  if [[ $target == "tmux_local.sh" ]]; then
6 6
     target="10_$target"
7
-  elif [[ $target == "venv_prompt.sh" ]]; then
7
+  elif [[ $target == "root_prompt.sh" ]]; then
8 8
     target="20_$target"
9
+  elif [[ $target == "venv_prompt.sh" ]]; then
10
+    target="30_$target"
9 11
   elif [[ $target == "todo.sh" ]]; then
10 12
     target="90_$target"
11 13
   else

Načítá se…
Zrušit
Uložit