mirror of
https://github.com/jimeh/dotify.git
synced 2026-02-19 10:06:39 +00:00
Add place-holder dotify-action command
This commit is contained in:
7
src/lib/dotify-action.sh
Normal file
7
src/lib/dotify-action.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
dotify-action() {
|
||||||
|
local action="$1"
|
||||||
|
local source="$2"
|
||||||
|
local target="$3"
|
||||||
|
|
||||||
|
echo "${action}: $source -> $target"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user