2
agenda
2
agenda
@@ -360,6 +360,8 @@ __agenda_default_template() {
|
|||||||
__agenda_last() {
|
__agenda_last() {
|
||||||
local file=$1 name=$2
|
local file=$1 name=$2
|
||||||
|
|
||||||
|
[ -d "$AGENDA_DIR/$name" ] || return 0
|
||||||
|
|
||||||
local last
|
local last
|
||||||
while read -r REPLY; do
|
while read -r REPLY; do
|
||||||
if [ "$REPLY" = "$file" ]; then
|
if [ "$REPLY" = "$file" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user