Advertisement
sandervanvugt

scripted test paste command subst

Jul 21st, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. 1 echo $color
  2. 2 exit
  3. 3 echo $color
  4. 4 ssh student@192.168.29.117
  5. 5 ssh student@192.168.29.127
  6. 6 mkdir sourcefile
  7. 7 vim sourcefile/colors
  8. 8 vim main
  9. 9 chmod +x main
  10. 10 ./main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement