Guest User

Untitled

a guest
Jun 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # put inside ~/.profile
  2.  
  3. goinside(){
  4. docker exec -it $1 bash -c "stty cols $COLUMNS rows $LINES && bash";
  5. }
  6. export -f goinside
Add Comment
Please, Sign In to add comment