Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 352 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 352 Bytes

GetAndRun

Get URL and run it on your system as commands.

Simple program

  1. get URL
  2. parse its body as string
  3. run command separated by ";" on your system
  4. profit

Options

  • u | URL
  • p | Repeat time period. (Default is onetime)
  • m | Maximum number of repeats. (Default is onetime)
  • b | Run command at background. (Default is True)