2016-08-26から1日間の記事一覧

linux

profile export PATH=$HOME/bin:/opt/local/bin:/opt/local/sbin:$PATH AGENTENV=${HOME}/bin/agent-env if [ "x" == "x`ps -x -u ${USER} | egrep [s]sh-agent`" ] ; then ssh-agent | sed -e "/^echo/d" > ${AGENTENV} fi test -f ${AGENTENV} && source $…