gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
version 0.81
[asm2wsl.git] / update-samples-without-macros.sh
1 #!/bin/bash
2 # copy from samples-with-macros and remove the macros segment in the samples folder
4 cp samples-with-macros/*.asm samples/
5 sed -i \
6 -e '/#macro-commands-start/,/#macro-commands-end/ c ;#macros-removed-from-listing' \
7 -e '/#extra-start/,/#extra-end/ d' \
8 samples/*.asm
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner