[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Running "luarocks make" every time?
- From: siiky <github-siiky@...>
- Date: Thu, 25 May 2023 11:18:11 +0100
I use entr to run commands when files are changed.
find src/ -type f | entr 'luarocks make'