Skip to content

Instantly share code, notes, and snippets.

@xtornasol512
Created May 7, 2018 18:30
Show Gist options
  • Save xtornasol512/e3e6df7850e1c8d9b82bab2d1c5ea626 to your computer and use it in GitHub Desktop.
Save xtornasol512/e3e6df7850e1c8d9b82bab2d1c5ea626 to your computer and use it in GitHub Desktop.
Console tips for Bash
#!/usr/bin/env bash
if [ -d "./chuko" ]; then
echo "WOlolo"
else
echo "wtf!?"
fi
@xtornasol512
Copy link
Author

1st Script If exists folder then print wololo else wtf!?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment