l reaktor-coders: add !flip

This commit is contained in:
lassulus 2018-09-08 22:36:20 +02:00
parent 136d7c2f41
commit b3bb832f49

View File

@ -106,6 +106,12 @@ with import <stockholm/lib>;
exec echo '¯\_()_/¯'
'';
})
(buildSimpleReaktorPlugin "flip" {
pattern = "^!flip$";
script = pkgs.writeDash "shrug" ''
exec echo '(°° '
'';
})
];
};
}