dotfiles/.local/bin/scripts/drag

4 lines
155 B
Plaintext
Raw Normal View History

#!/bin/sh
# Start single all-in-one dragon-drag-and-drop with args or pwd
2021-09-18 19:58:30 +00:00
$(command which dragon 2>/dev/null || echo dragon-drag-and-drop) -x -a "${@:-.}"