urweb.sh 195 B

1234567891011
  1. #!/bin/bash
  2. RETCODE=$(fw_exists /usr/local/bin/urweb)
  3. [ ! "$RETCODE" == 0 ] || { return 0; }
  4. hg clone http://hg.impredicative.com/urweb
  5. cd urweb
  6. ./autogen.sh
  7. ./configure
  8. make
  9. sudo make install