Guest User

Untitled

a guest
Apr 24th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. alias cap1="`which cap` _1.4.1_"
  2. alias cap2="`which cap`"
  3.  
  4. function cap() {
  5. if [ -e Capfile ]; then
  6. cap2 $*
  7. else
  8. cap1 $*
  9. fi
  10. }
Add Comment
Please, Sign In to add comment