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