1e399f122b
Among others to remove excessive sudo prompts
3 lines
153 B
Bash
Executable file
3 lines
153 B
Bash
Executable file
#!/bin/sh
|
|
# Start single all-in-one dragon-drag-and-drop with args or pwd
|
|
$(command which dragon 2>/dev/null || echo dragon-drag-and-drop) -x -a ${@:-.}
|