4 lines
50 B
Bash
4 lines
50 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
grep -e "^py_.*" | sed -e 's/py_//g'
|