Runs a script every n seconds. For testing very simple scripts while learning the basics of a new language.
Currently supports .html, .rs (only using Cargo) and .py.
- Make executable:
while in directory:
$ chmod +x rept.py"
- Use it by typing the following format:
$ ./rept.py <path> <interval>
where interval is in seconds.