Skip to content

Commit 65bbf97

Browse files
committed
[update] add dev scripts
1 parent 6557a7d commit 65bbf97

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dev-bash.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
docker exec -it neuro bash

dev-clean-crash.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
# Clean files starting with "crash" in ./src directory
4+
find ./src -name "crash-*.pklz" -exec rm -rf {} \;

0 commit comments

Comments
 (0)