Skip to content

Commit

Permalink
ssh/added script
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo committed Nov 16, 2024
1 parent 967abce commit 9616969
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ssh.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

ssh level02@$(ifconfig | grep 'inet ' | awk 'NR==2 {print $2}') -p 4242

0 comments on commit 9616969

Please sign in to comment.