diff --git a/README.md b/README.md index 987c719..f195946 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,3 @@ pkg show -D ```sh iocage create -n ip4_addr="10.192.0.28/24" defaultrouter="10.192.0.1" allow_raw_sockets=1 vnet=on boot=on interfaces="vnet0:em0bridge" -r 13.2-RELEASE ``` - -## Test -Some test below \ No newline at end of file diff --git a/Windows.md b/Windows.md new file mode 100644 index 0000000..cf6fdab --- /dev/null +++ b/Windows.md @@ -0,0 +1,11 @@ +# Windows Cheat Sheet + +A collection of commands I use frequently and still don't remember. + +## CMD + +### 'watch' command on Windows + +```sh +for /l %g in () do @( & timeout /t 5) +``` \ No newline at end of file