aboutsummaryrefslogtreecommitdiff
path: root/docker/debian-dev/bootstrap/func.bash
blob: 82088f4c0fe7e3dea8789659ba870bcb863ed551 (plain)
1
2
3
4
5
6
7
append-bash-profile() {
    cat "/bootstrap/bash-profile/$1" >> /root/.bash_profile
}

copy-home-dot-file() {
    cp "/bootstrap/home-dot/$1" "/root/.$1"
}