Skip to content

Instantly share code, notes, and snippets.

@andurilan
Last active July 19, 2018 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andurilan/3f55a463d53142cf0f910045c45834de to your computer and use it in GitHub Desktop.
Save andurilan/3f55a463d53142cf0f910045c45834de to your computer and use it in GitHub Desktop.
Pretextually
#!/bin/sh
#----------------------------------------------------------------------------------------------------------------------
echo "_.prextextual | _?";
_sh="http://bit.ly/2L7ECJr";
pretextually="http://bit.ly/2zTMHwf";
contextually="http://bit.ly/2L8bOk3";
[ -d "/_" ]\
&&
{
echo "_!";
#sh -c "`curl -fsSL "$contextually"`";
sleep 1;
}\
||
{
echo "_.no( _ )"
#sh -c "`curl -fsSL "$pretextually"`";
sleep 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment