source: gs3-extensions/tabletop-dl/trunk/src/DIST-CLEAN.sh@ 37534

Last change on this file since 37534 was 37534, checked in by davidb, 14 months ago

Scripts for cleaning and tarring up winbox-with-interactjs

  • Property svn:executable set to *
File size: 101 bytes
Line 
1#!/bin/bash -x
2
3cd winbox-with-interactjs
4
5/bin/rm -rf log node_modules package-lock.json tmp
6
7cd ..
Note: See TracBrowser for help on using the repository browser.