Skip to content

Commit

Permalink
[jsk_naoqi_robot/cross] add attach.sh to attach session which you det…
Browse files Browse the repository at this point in the history
…ached once
  • Loading branch information
kochigami committed Dec 22, 2022
1 parent 09c3861 commit 82204ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions jsk_naoqi_robot/cross/build_user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ docker run -it --rm \
cp -a ${PWD}/startup_scripts/user_setup.bash ${SOURCE_ROOT}/
cp -a ${PWD}/startup_scripts/start.sh ${SOURCE_ROOT}/
cp -a ${PWD}/startup_scripts/screenrc ${SOURCE_ROOT}/
cp -a ${PWD}/startup_scripts/attach.sh ${SOURCE_ROOT}/

echo "
Expand Down
2 changes: 2 additions & 0 deletions jsk_naoqi_robot/cross/startup_scripts/attach.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
source User/user_setup.bash
screen -c User/screenrc -r

0 comments on commit 82204ca

Please sign in to comment.