Help for this page

Select Code to Download


  1. or download this
    SHELL = /bin/bash
    
    ...
    .PHONY: clean
    clean:
        rm -f *.json
    
  2. or download this
    make simulate_cron
    
  3. or download this
    make query
    
  4. or download this
    #!/usr/bin/perl
    use warnings;
    ...
            say "$x, $y: $value";
        }
    }