2020-11-20 18:18:03 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# We use a script instead of an alias because we want this utility in our path,
|
|
|
|
# usable from dmenu
|
|
|
|
|
2020-12-23 15:43:24 +00:00
|
|
|
# Load helper functions
|
|
|
|
source "$(dirname "$(rreadlink "$0")")/../lib/utils.sh"
|
2020-11-20 18:18:03 +00:00
|
|
|
|
2020-12-23 15:43:24 +00:00
|
|
|
assert_exists dragon-drag-and-drop
|
|
|
|
|
|
|
|
dragon-drag-and-drop "$@"
|