move to truetool folder

This commit is contained in:
Kjeld Schouten-Lebbing 2023-03-16 09:47:07 +01:00
parent 9d41ae3875
commit 8ac7f0fb9c
26 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# See https://pre-commit.com for more information
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.10
hooks:
- id: remove-tabs
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: mixed-line-ending
- id: check-merge-conflict
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-docstring-first
- id: check-symlinks
- id: destroyed-symlinks
- id: fix-byte-order-marker

0
bin/truetool → truetool/bin/truetool Executable file → Normal file
View File

0
bootstrap → truetool/bootstrap Executable file → Normal file
View File

0
functions/backup.sh → truetool/functions/backup.sh Executable file → Normal file
View File

0
functions/dns.sh → truetool/functions/dns.sh Executable file → Normal file
View File

0
functions/mount.sh → truetool/functions/mount.sh Executable file → Normal file
View File

View File

0
includes/chores.sh → truetool/includes/chores.sh Executable file → Normal file
View File

0
includes/help.sh → truetool/includes/help.sh Executable file → Normal file
View File

0
includes/mount.sh → truetool/includes/mount.sh Executable file → Normal file
View File

0
includes/no_args.sh → truetool/includes/no_args.sh Executable file → Normal file
View File

0
includes/patch.sh → truetool/includes/patch.sh Executable file → Normal file
View File

0
includes/title.sh → truetool/includes/title.sh Executable file → Normal file
View File

View File

0
truetool.sh → truetool/truetool.sh Executable file → Normal file
View File