diff options
Diffstat (limited to 'docker/debian-dev/bootstrap/func.bash')
-rw-r--r-- | docker/debian-dev/bootstrap/func.bash | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docker/debian-dev/bootstrap/func.bash b/docker/debian-dev/bootstrap/func.bash new file mode 100644 index 0000000..82088f4 --- /dev/null +++ b/docker/debian-dev/bootstrap/func.bash @@ -0,0 +1,7 @@ +append-bash-profile() { + cat "/bootstrap/bash-profile/$1" >> /root/.bash_profile +} + +copy-home-dot-file() { + cp "/bootstrap/home-dot/$1" "/root/.$1" +} |