diff options
| author | makefu <github@syntax-fehler.de> | 2026-01-11 22:18:30 +0100 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2026-01-11 22:18:30 +0100 |
| commit | dce904dd1a33c8a2ca9f56b0f33f85f493eda499 (patch) | |
| tree | a6cfc9d606fbfcb61101498f3ca0bf5cd76bc2c1 /krebs/5pkgs/simple/reaktor2-plugins/scripts/shack-correct.sh | |
| parent | f02d2c528266e51b56249a9050a68c06dd0fd15f (diff) | |
| parent | 2772413f6c0f8466d07775f40b48447ac8a0501b (diff) | |
Merge remote-tracking branch 'github/master'
Diffstat (limited to 'krebs/5pkgs/simple/reaktor2-plugins/scripts/shack-correct.sh')
| -rwxr-xr-x | krebs/5pkgs/simple/reaktor2-plugins/scripts/shack-correct.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/krebs/5pkgs/simple/reaktor2-plugins/scripts/shack-correct.sh b/krebs/5pkgs/simple/reaktor2-plugins/scripts/shack-correct.sh new file mode 100755 index 000000000..d500b3cb3 --- /dev/null +++ b/krebs/5pkgs/simple/reaktor2-plugins/scripts/shack-correct.sh @@ -0,0 +1,6 @@ +#! /bin/sh +set -eu +printf "Sie meinten wohl \"" +echo -n $@ | sed 's/Shack/shack/g' +echo "\" check out https://wiki.shackspace.de/project/logo_and_ci#name_ci" +echo "${_from}--" |
