14 lines
133 B
Bash
Executable File
14 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#sleep 1
|
|
# display-setup 3
|
|
|
|
# Do something if at Univ network
|
|
#if ping a.local.computer -c 2; then
|
|
# true
|
|
#fi
|
|
|
|
true
|
|
|
|
|