Skip to content

Instantly share code, notes, and snippets.

@colstrom
Last active December 9, 2016 06:48
Show Gist options
  • Select an option

  • Save colstrom/b8705f65bf10deb9bd57a5ee13d1f23f to your computer and use it in GitHub Desktop.

Select an option

Save colstrom/b8705f65bf10deb9bd57a5ee13d1f23f to your computer and use it in GitHub Desktop.
exists.fish: sugar for test with string/bool output
function exists -a target
test -e "$target"
status-to-bool $status
end
name = exists
author = Chris Olstrom
license = MIT
provides = fish/functions/exists
requires
fish/builtin/end
fish/builtin/function
fish/builtin/test
fish/functions/status-to-bool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment