diff options
| author | makefu <github@syntax-fehler.de> | 2015-12-26 11:06:11 +0100 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2015-12-26 11:06:11 +0100 |
| commit | 669e4be273ac2abe9505ca6411d5ee37f1771d4c (patch) | |
| tree | 5278838a595aa13d27b24e6899f6743b31fc011c /krebs/5pkgs/Reaktor/scripts/shack-correct.sh | |
| parent | 8f98ae9842963d801945c850e9da1e450e098ce3 (diff) | |
k 5 Reaktor/plugins: converted plugins from makefu/2/Reaktor
Diffstat (limited to 'krebs/5pkgs/Reaktor/scripts/shack-correct.sh')
| -rw-r--r-- | krebs/5pkgs/Reaktor/scripts/shack-correct.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/krebs/5pkgs/Reaktor/scripts/shack-correct.sh b/krebs/5pkgs/Reaktor/scripts/shack-correct.sh new file mode 100644 index 000000000..3b4d04f80 --- /dev/null +++ b/krebs/5pkgs/Reaktor/scripts/shack-correct.sh @@ -0,0 +1,6 @@ +#! /bin/sh +set -eu +printf "Sie meinten wohl \"" +echo -n $@ | sed 's/Shack/shack/g' +echo "\"" +echo "${_from}--" |
