Skip to content

Instantly share code, notes, and snippets.

@ObjectIsAdvantag
Last active February 8, 2017 05:48
Show Gist options
  • Save ObjectIsAdvantag/58edd7bd454379d447224e20b3191049 to your computer and use it in GitHub Desktop.
Save ObjectIsAdvantag/58edd7bd454379d447224e20b3191049 to your computer and use it in GitHub Desktop.
Github caching options
if (currentCall) {
say("Welcome to the caching service");
}
else {
call(phonenumber, { network:"SMS"});
say(msg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment