bashrc: built the structure to add utility functions for the bashrc in the future.

This commit is contained in:
Gregor Bückendorf 2018-12-17 02:38:07 +01:00
parent 6d1f8e626e
commit d60da53caf
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,3 @@
function dot_msg {
echo "$@"
}