Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edc authored Dec 5, 2018
1 parent 3fe4d06 commit c0bb060
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Bass

![](https://travis-ci.org/edc/bass.svg?branch=master)

Bass makes it easy to use utilities written for Bash in [fish shell](https://github.com/fish-shell/fish-shell/).

Regular bash scripts can be used in fish shell just as scripts written in any language with proper shebang or explicitly using the interpreter (i.e. using `bash script.sh`). However, many utilities, such as virtualenv, modify the shell environment and need to be sourced, and therefore cannot be used in fish. Sometimes, counterparts (such as the excellent [virtualfish](http://virtualfish.readthedocs.org/en/latest/)) are created, but that's often not the case.
Expand Down

0 comments on commit c0bb060

Please sign in to comment.