This website works better with JavaScript.
Home
Help
| Lab Instances |
Register
Sign In
cs151003
/
katex_vlab
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
4
Commits
1
Branch
0
Tags
228 KiB
Shell
99.9%
Tree:
9b6cd40657
katex_vlab
/
site
/
get_hosts
3 lines
92 B
Raw
Blame
History
#!/bin/sh
nslookup tasks.ondemand_mpi2_worker
|
grep Addr
|
cut -d
':'
-f2
|
grep -v 127.0.
Reference in new issue