4 lines
111 B
Bash
4 lines
111 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source/src2xml.py --include-path=$(tr '\n' ':' < include-sc.lst) --dry-run $(cat src-sc.lst) "$@"
|