uninstall.sh 53 B

1234
  1. #!/bin/bash
  2. ./configure --prefix=/usr
  3. make uninstall