674a1197c45d492ae99974e1869193f2645a5fc7
[feisty_meow.git] / scripts / processes / goodbye.sh
1 #!/bin/bash
2
3 # just prints a message before terminal exit.
4
5 source $FEISTY_MEOW_SCRIPTS/core/functions.sh
6
7 nechung
8
9 # quick pause to reflect.
10 sleep 2
11
12 \exit 0