config-bash/create-links.bash
2013-04-24 16:58:31 +02:00

10 lines
163 B
Bash
Executable File

#!/bin/bash
cd $HOME || exit 1
CONFDIR=.bash
ln -sf $CONFDIR/bash_profile .bash_profile
ln -sf $CONFDIR/bashrc .bashrc
ln -sf $CONFDIR/bash_logout .bash_logout