Explorar el Código

sleep: add page

dawidd6 hace 9 años
padre
commit
6809fab037
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  1. 15 0
      pages/common/sleep.md

+ 15 - 0
pages/common/sleep.md

@@ -0,0 +1,15 @@
+# sleep
+
+> Delay for a specified amount of time
+
+- Delay in seconds:
+
+`sleep {{seconds}}`
+
+- Delay in minutes:
+
+`sleep {{minutes}}m`
+
+- Delay in hours:
+
+`sleep {{hours}}h`