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

Support fish #8

Merged
merged 2 commits into from
Apr 11, 2019
Merged

Support fish #8

merged 2 commits into from
Apr 11, 2019

Conversation

sonod
Copy link

@sonod sonod commented Apr 11, 2019

It corresponded to the fish.

@sonod sonod changed the title fishでも使えるようにしました Support fish Apr 11, 2019
use-fish Outdated
end

function download
test -z "$SHA_VERSION" && set SHA_VERSION (last_version)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

&& and || are available on fish 3.0+.
it is better to use ;and and ;or when considering compatibility.

use-fish Outdated
@@ -0,0 +1,47 @@
#!/usr/bin/env fish
# Usege:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usage

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

genius!

@k1LoW
Copy link
Owner

k1LoW commented Apr 11, 2019

@sonod @dojineko THANK YOU !!!!!! 🐟

@k1LoW k1LoW merged commit b82873f into k1LoW:master Apr 11, 2019
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

Successfully merging this pull request may close these issues.

3 participants