Skip to content

thatguysilver/scrept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(script repeater)

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.

  1. Make executable:

while in directory:

$ chmod +x rept.py"

  1. Use it by typing the following format:

$ ./rept.py <path> <interval>

where interval is in seconds.

About

Runs py/js/rs command every n seconds.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published