init repo

This commit is contained in:
Luk Lu
2019-09-24 00:53:50 +08:00
commit bb872d5e9e
8 changed files with 5196 additions and 0 deletions

15
.bash_logout Normal file
View File

@@ -0,0 +1,15 @@
################################################################################
# File: "~/.bash_logout"
# Intro: Personal logout script for BASH.
# Author: Leiqin Lu
# See also: personal login script for BASH, "~/.bash_profile";
# system login script for BASH, "/etc/profile";
# personal startup script for BASH, "~/.bashrc";
# system startup script for BASH, "/etc/bashrc".
################################################################################
clear
################################################################################
# End Of File: "~/.bash_logout"
################################################################################