blob: 5543fa2636b1d6d9ad74865835dea32ed9153b5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
post_install() {
echo -e "\n\e[1m Kipras’s git-backup $1\e[0m\n"
cat <<-END
See the GitHub repository: https://github.com/sarpik/git-backup
See Kipras’s website: https://kipras.org/
git config --global alias.backup git-backup
--> git-backup is free/libre software, licensed under the GPL-2.0 <--
END
}
# vim: ts=2 sw=2 noet ft=bash:
|