11 lines
169 B
Bash
Executable File
11 lines
169 B
Bash
Executable File
#!/bin/bash
|
|
# Copyright 2015-2017 Alf Gaida <agaida@siduction.org>
|
|
# License: WTFPL-2
|
|
#
|
|
# Usage:
|
|
#
|
|
#
|
|
#
|
|
#
|
|
echo "A: $@" | sed 's/ \(_.*\) \(.*\)/ (c++)"\1" \2/' | c++filt
|