mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-07 13:25:03 -04:00
8 lines
157 B
Bash
Executable file
8 lines
157 B
Bash
Executable file
#!/bin/bash
|
|
|
|
## Copyright (C) 2019 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
set -e
|
|
|
|
echo "$PATH"
|