6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
echo "A: $@" | sed 's/ \(_.*\) \(.*\)/ (c++)"\1" \2/' | c++filt
|
||
|
|
||
|
|