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

Can l play it without saving it? #21

Closed
HybridDog opened this issue Sep 5, 2015 · 2 comments
Closed

Can l play it without saving it? #21

HybridDog opened this issue Sep 5, 2015 · 2 comments

Comments

@HybridDog
Copy link

It doesn't work using
curl -s https://raw.githubusercontent.com/mydzor/bash2048/master/bash2048.sh | bash
or
curl -s https://raw.githubusercontent.com/mydzor/bash2048/master/bash2048.sh | sponge | bash

@dacamp
Copy link
Contributor

dacamp commented Oct 5, 2015

This is what you're looking for.

$ bash <(curl -s https://raw.githubusercontent.com/mydzor/bash2048/master/bash2048.sh)

@HybridDog
Copy link
Author

thanks

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