feat(sourcemaps-reader): helper scripts
This commit is contained in:
parent
f659b56b70
commit
623af2a406
2 changed files with 5 additions and 0 deletions
3
sourcemap-reader/clean.sh
Executable file
3
sourcemap-reader/clean.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
rm -rf ./utils
|
||||
2
sourcemap-reader/prepare-dev.sh
Executable file
2
sourcemap-reader/prepare-dev.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
rsync -avr --exclude=".*" --ignore-existing ../utilities/utils ./
|
||||
Loading…
Add table
Reference in a new issue