소스 검색

Notify that blog is being regenerated

Bob Mottram 9 년 전
부모
커밋
3605c1fd76
No account linked to committer's email
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      src/freedombone-mesh-blog

+ 4
- 0
src/freedombone-mesh-blog 파일 보기

@@ -38,6 +38,10 @@ BLOG_EDITOR='pluma'
38 38
 DEFAULT_BLOG_TITLE=$"Freedombone Blog"
39 39
 
40 40
 function regenerate_blog {
41
+    clear
42
+    echo ''
43
+    echo $'Regenerating blog...'
44
+
41 45
     OLD_STAT_FILE=/home/$USER/.old_stat.txt
42 46
     if [ -f $OLD_STAT_FILE ]; then
43 47
         rm -f $OLD_STAT_FILE