aad6fa6d19
This will ease running shellcheck from the repository.
11 lines
148 B
Bash
Executable File
11 lines
148 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Source Qubes library.
|
|
# shellcheck source=init/functions
|
|
. /usr/lib/qubes/init/functions
|
|
|
|
set -e
|
|
set -o pipefail
|
|
|
|
reload_random_seed
|