mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-09 14:38:08 -05:00
Add script to help split out of MD files
This commit is contained in:
7
bin/update.sh
Executable file
7
bin/update.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd "$(dirname "$0")/../src"
|
||||
|
||||
rm markdown-pages/part_*.md
|
||||
../bin/split.awk book.md
|
||||
|
||||
Reference in New Issue
Block a user