Add place-holder dotify-action command

This commit is contained in:
2013-10-21 00:27:55 +01:00
parent 65ccec0d8a
commit b4b22d9bf2

7
src/lib/dotify-action.sh Normal file
View File

@@ -0,0 +1,7 @@
dotify-action() {
local action="$1"
local source="$2"
local target="$3"
echo "${action}: $source -> $target"
}