14 lines
131 B
Bash
Executable File
14 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#sleep 1
|
|
#$HOME/bin/disp 4
|
|
|
|
# Do something if at Univ network
|
|
#if ping ad.helsinki.fi -c 2; then
|
|
# true
|
|
#fi
|
|
|
|
true
|
|
|
|
|