Skip to content

Instantly share code, notes, and snippets.

@martijnengler
Created December 4, 2019 12:40
Show Gist options
  • Save martijnengler/2cda639ec35ca51635256ea77bbd16f1 to your computer and use it in GitHub Desktop.
Save martijnengler/2cda639ec35ca51635256ea77bbd16f1 to your computer and use it in GitHub Desktop.
<?php
print "Checking…\n";
sleep(5);
printf("Nope. %s is already taken.\n", $argv[1]);
print("Back to work!\n");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment