3 lines
89 B
Bash
3 lines
89 B
Bash
#! /bin/bash
|
|
source/src2xml.py --dry-run --includes-from=include.lst $(cat src.lst) "$@"
|