Index: .bash_profile
===================================================================
--- .bash_profile	(revision b31adcc73419cc4d119898a5158f6c6986a04b0c)
+++ .bash_profile	(revision b31adcc73419cc4d119898a5158f6c6986a04b0c)
@@ -0,0 +1,6 @@
+# set PATH so it includes user's private bin if it exists
+if [ -d "$HOME/bin" ] ; then
+    PATH="$HOME/bin:$PATH"
+fi
+# /usr/bin/script ~/.script/`date +%y-%m-%d_%H%M%S`.log
+/usr/bin/screen -d -RR -U
