diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 16:32:34 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 16:32:34 -0500 |
commit | 193cfb48599911ae3ce04414a36d639e4fbfcf77 (patch) | |
tree | 3c786b6add64467a052864c92199ac067865876c | |
parent | 1a488adb59bfb12d64d8e6694b8bdb2bea7a2832 (diff) |
Add message for cleanup and backup tasks.
-rwxr-xr-x | lfs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -118,6 +118,7 @@ for package in m4 ncurses bash coreutils diffutils file findutils gawk grep gzip fi done +printf "%b" "\n${YLW}Chapter 6 ${GRN}cleanup and backup${RST}\n" source chapter6/cleanup.sh source chapter6/backup.sh |