4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
|
#!/bin/bash
|
||
|
ntpdate -s 0.pool.ntp.org
|
||
|
ntpdate -s 1.pool.ntp.org
|