Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. if ! [ -x "$(command -v git)" ]; then
  2. echo 'git is not installed.' >&2;
  3. exit 127;
  4. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement