Updated Home (markdown)

Jean-François Roche 2022-05-20 16:38:03 +02:00
parent a6f507305f
commit c3ec775ed2

@ -94,7 +94,8 @@ includes = ["*.rs"]
shellcheck --external-sources --source-path=SCRIPTDIR "$@" shellcheck --external-sources --source-path=SCRIPTDIR "$@"
# Then format # Then format
shfmt -i 2 -s -w "$@" shfmt -i 2 -s -w "$@"
""" """,
"--", # bash swallows the second argument when using -c
] ]
includes = ["*.sh"] includes = ["*.sh"]
excludes = [] excludes = []