iwatch
iwatch copied to clipboard
Watch command outputs with interval timer
Results
2
iwatch issues
Sort by
recently updated
recently updated
newest added
Hi, just found this in OpenBSD's ports, so I thought I'd try it on FreeBSD. Since it's not in their ports, I tried compiling it myself, but I ran into...
The following patch is required to display like below  ``` diff -u iwatch.c~ iwatch.c --- iwatch.c~ 2018-05-11 19:27:22.156024496 +0900 +++ iwatch.c 2018-05-11 19:28:37.701205581 +0900 @@ -41,7 +41,7 @@ #define...