1
0

clean 840 B

1234567891011121314151617
  1. #!/usr/bin/env bash
  2. # You may redistribute this program and/or modify it under the terms of
  3. # the GNU General Public License as published by the Free Software Foundation,
  4. # either version 3 of the License, or (at your option) any later version.
  5. #
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  8. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  9. # GNU General Public License for more details.
  10. #
  11. # You should have received a copy of the GNU General Public License
  12. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  13. ( ls && ls ./build ) 2>/dev/null | grep 'cjdroute.conf' >/dev/null &&
  14. echo "Oh look, a file called cjdroute.conf! Don't worry, I'll leave that there."
  15. git reset --hard && git clean -dxf -e cjdroute.conf