Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 00d3cc82 authored by Deepak Khatri's avatar Deepak Khatri :dog: Committed by Andrei Aldea
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 55d9282e
1 merge request!111Added RTC Instructions
...@@ -95,7 +95,7 @@ Let's fix our hardware clock. We assume here that the system clock is freshly sy ...@@ -95,7 +95,7 @@ Let's fix our hardware clock. We assume here that the system clock is freshly sy
Let's write a simple script to get the two times, we'll call it **getTime.sh**: Let's write a simple script to get the two times, we'll call it **getTime.sh**:
.. code:: console .. code:: shell
HWTIME=$(sudo hwclock) HWTIME=$(sudo hwclock)
echo "RTC - ${HWTIME} " echo "RTC - ${HWTIME} "
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment