mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-10 10:01:02 +01:00
4 lines
215 B
Bash
4 lines
215 B
Bash
#!/bin/bash
|
|
# shellcheck disable=SC1090 # Can't follow non-constant source. Use a directive to specify location.
|
|
source "$(dirname "$(readlink -f "${0}")")/../base.sh" || (echo "Loading base.sh failed." && exit 1)
|