4 lines
67 B
Bash
4 lines
67 B
Bash
|
#!/usr/bin/bash
|
||
|
|
||
|
yprint.py $@ | sed -E -e "s/'(\!include.*)'/\1/g"
|