Initial svn import

This commit is contained in:
2013-12-31 07:32:25 -05:00
commit d0571f211c
12 changed files with 530 additions and 0 deletions

15
tcshrc.system.Linux Normal file
View File

@ -0,0 +1,15 @@
if( $?CSHENV_DEBUG ) then
echo "Sourcing tcshrc.system.Linux..."
endif
# Set the acknowledgement bit, essentially
setenv CSHENV_SYSTEM_CONFIGURED Linux
if( $?CSHENV_DEBUG ) then
echo "Done sourcing tcshrc.system.Linux..."
endif
###########################
# vim: ft=tcsh
###########################