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,6 +6,8 @@ if [[ -e $1 ]]; then
6 6
     target="10_$target"
7 7
   elif [[ $target == "venv_prompt.sh" ]]; then
8 8
     target="20_$target"
9
+  elif [[ $target == "todo.sh" ]]; then
10
+    target="90_$target"
9 11
   else
10 12
     target="50_$target"
11 13
   fi

+ 5
- 0
available/todo.sh View File

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

Loading…
Cancel
Save