1
0
Fork 0
mirror of https://github.com/MillironX/beefblup.git synced 2024-09-20 21:12:03 +00:00

Fix spell checking so I can focus on real problems

This commit is contained in:
Thomas A. Christensen II 2021-06-18 12:05:55 -05:00
parent 4efeb5d53a
commit de0eb6f5a9
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -8,6 +8,8 @@ exec julia --project=$(realpath $(dirname $(dirname "${BASH_SOURCE[0]}"))) "${BA
# Usage: julia beefblup.jl # Usage: julia beefblup.jl
# (C) 2020 Thomas A. Christensen II # (C) 2020 Thomas A. Christensen II
# Licensed under BSD-3-Clause License # Licensed under BSD-3-Clause License
# cSpell:includeRegExp #.*
# cSpell:includeRegExp ("""|''')[^\1]*\1
# Import the required packages # Import the required packages
using CSV using CSV