about summary refs log tree commit diff stats
path: root/home-manager/config/lf/commands/scripts/dragon
blob: fce161be6396999aa5cb5159494a9df0f85ad660 (plain) (blame)
1
2
3
4
5
6
7
8
#! /usr/bin/env dash
# shellcheck disable=SC2086
# shellcheck source=/dev/null
# . ~/.local/lib/shell/lib
. %SHELL_LIBRARY_PATH

dragon -a -x "$fx"
# vim: ft=sh