Skip to content

Commit

Permalink
Update bits-info.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Nov 2, 2024
1 parent 63d8474 commit f6f492e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions tools/bits-info.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
set SCRIPT_NAME='Bits info'
set SCRIPT_VERSION='1.5.19'
#!/usr/bin/env sh
# SPDX-FileCopyrightText: (c) 2024 ale5000
# SPDX-License-Identifier: GPL-3.0-or-later

# shellcheck enable=all
# shellcheck disable=SC3043 # In POSIX sh, local is undefined

SCRIPT_NAME='Bits info'
SCRIPT_VERSION='1.5.19'

### CONFIGURATION ###

set -u 2> /dev/null || :

Expand Down

0 comments on commit f6f492e

Please sign in to comment.