Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cheat of for/if #249

Closed
shigemk2 opened this issue Dec 26, 2015 · 3 comments
Closed

cheat of for/if #249

shigemk2 opened this issue Dec 26, 2015 · 3 comments

Comments

@shigemk2
Copy link
Contributor

When writing shell script, I often use "if" or "for".
But I forget the usages of them because OFTEN use them.

So, I want to add if/for on this repository.
Just like this executing "cheat for":

# loop specified number of times
for i in `seq 1 N`
dodone

What do you think about this?

@chrisallenlane
Copy link
Member

I merged in your PR. Thanks!

@shigemk2
Copy link
Contributor Author

shigemk2 commented Jan 5, 2016

@chrisallenlane
Thanks for merging my Pull Request 😄 I will create Pull Request for "if" cheatsheet.

@chrisallenlane
Copy link
Member

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants