diff options
| author | Paul Buetow <paul@buetow.org> | 2022-01-01 00:23:15 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-01-01 00:23:15 +0000 |
| commit | f519981e995030895f503afa67975ec673bc26d2 (patch) | |
| tree | b07f8be8ced8fb522fdccfbed718ff1d87a6ccb0 /lib/gemfeed.source.sh | |
| parent | a761d8276a86bc6bafa0f465887869bd3dd96bda (diff) | |
remove confusing draft feature
Diffstat (limited to 'lib/gemfeed.source.sh')
| -rw-r--r-- | lib/gemfeed.source.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gemfeed.source.sh b/lib/gemfeed.source.sh index 7fcb942..c76946d 100644 --- a/lib/gemfeed.source.sh +++ b/lib/gemfeed.source.sh @@ -2,11 +2,9 @@ gemfeed::get_posts () { local -r gemfeed_dir="$CONTENT_BASE_DIR/gemtext/gemfeed" local -r gmi_pattern='^[0-9]{4}-[0-9]{2}-[0-9]{2}-.*\.gmi$' - local -r draft_pattern='\.draft\.gmi$' ls "$gemfeed_dir" | $GREP -E "$gmi_pattern" | - $GREP -E -v "$draft_pattern" | sort -r } |
