todo added
This commit is contained in:
parent
b51a5cfc29
commit
9d92f712d3
2
add
2
add
@ -6,6 +6,8 @@ if [[ -e $1 ]]; then
|
||||
target="10_$target"
|
||||
elif [[ $target == "venv_prompt.sh" ]]; then
|
||||
target="20_$target"
|
||||
elif [[ $target == "todo.sh" ]]; then
|
||||
target="90_$target"
|
||||
else
|
||||
target="50_$target"
|
||||
fi
|
||||
|
5
available/todo.sh
Normal file
5
available/todo.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
if [ -r ~/todo.txt ]; then
|
||||
cat ~/todo.txt
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user