# home of hackbard
mkdir -p ./home/hackbard
- echo "copying home"
+ echo -n "copying home ..."
for i in temp test; do
+ echo -n " $i,"
[ -d /home/hackbard/$i ] && \
cp -r /home/hackbard/$i ./home/hackbard
done
for i in xinitrc_evil xinitrc_wm .xinitrc GNUstep .Xauthority \
.Xdefaults .XHkeys .signature .directfbrc .bashrc \
sp12 .licq .irssi; do
+ echo -n " $i,"
[ -e /home/hackbard/$i ] && \
cp -r /home/hackbard/$i ./home/hackbard
done
cp /home/hackbard/.mozilla/*/*/bookmarks.html \
mozilla-bookmarks.html
[ -d /home/hackbard/.ssh ] && cp -r /home/hackbard/.ssh ./home/hackbard
+ echo " done."
# tftpboot
if [ -d /tftpboot ] ; then