• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2
3cd "$(dirname "$0")"
4cd ..
5
6codespell --skip=tools/codespell-ignore.txt -I tools/codespell-ignore.txt -w -i 3
7