aboutsummaryrefslogtreecommitdiffstats
path: root/default.cmd.do
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-08-08 16:29:30 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-08-08 16:29:30 +0100
commit22f571e3f00e9e66821b67f41ed764b474a98884 (patch)
treeddca85b23426b2f4aa5d7acafbe4579ffef6c940 /default.cmd.do
parent7b213a99c973f16d0150c42dbd5dba1c95180982 (diff)
downloadpack-22f571e3f00e9e66821b67f41ed764b474a98884.tar.gz
pack-22f571e3f00e9e66821b67f41ed764b474a98884.tar.xz
pack-22f571e3f00e9e66821b67f41ed764b474a98884.zip
add bash ft modelines to bash do files
Diffstat (limited to 'default.cmd.do')
-rwxr-xr-xdefault.cmd.do1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.cmd.do b/default.cmd.do
index a726a0c..0e6d291 100755
--- a/default.cmd.do
+++ b/default.cmd.do
@@ -10,3 +10,4 @@ redo-ifchange "$tool" "$src"
. ./"$tool" "${1%.cmd}.o" "$2" "$3"
jq -n --arg d "$PWD" --arg c "${cmd[*]@Q}" --arg f "$src" \
'{directory:$d, command:$c, file:$f}' >"$3"
+# vim:ft=bash