enable shellcheck

This commit is contained in:
Daniel Hansson 2023-10-03 18:16:32 +02:00 committed by GitHub
parent 7aeb318587
commit 101faddb97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
#!/bin/bash
# shellcheck disable=2034,2059,2164
true
# Get username
usern=$(whoami) # not used btw ... yet