Browse Source

todo added

master
Dirk Alders 2 years ago
parent
commit
9d92f712d3
2 changed files with 7 additions and 0 deletions
  1. 2
    0
      add
  2. 5
    0
      available/todo.sh

+ 2
- 0
add View File

6
     target="10_$target"
6
     target="10_$target"
7
   elif [[ $target == "venv_prompt.sh" ]]; then
7
   elif [[ $target == "venv_prompt.sh" ]]; then
8
     target="20_$target"
8
     target="20_$target"
9
+  elif [[ $target == "todo.sh" ]]; then
10
+    target="90_$target"
9
   else
11
   else
10
     target="50_$target"
12
     target="50_$target"
11
   fi
13
   fi

+ 5
- 0
available/todo.sh View File

1
+#!/bin/sh
2
+#
3
+if [ -r ~/todo.txt ]; then
4
+    cat ~/todo.txt
5
+fi

Loading…
Cancel
Save