dotfiles/.local/bin/scripts/drag

4 lines
137 B
Text
Raw Normal View History

#!/bin/sh
2022-04-22 13:13:09 +02:00
# Start single all-in-one dragon-drop with args or pwd
$(command which dragon 2>/dev/null || echo dragon-drop) -x -a "${@:-.}"