Files
lfs-auto/script/sys.pack.setup/config-shells.sh
2016-04-29 15:02:14 +07:00

17 lines
249 B
Bash
Executable File

#!/bin/bash
# using : configure shells
# author : kevin.leptons@gmail.com
# libs
source util.sh
# variables
task_name="sys.shell.configure"
config_shell() {
cp -vp asset/etc.shells.sh /etc/shells
}
run_step "$task_name" config_shell