mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-04 07:58:50 +07:00
9 lines
156 B
Bash
Executable File
9 lines
156 B
Bash
Executable File
#!/bin/bash
|
|
|
|
## Copyright (C) 2019 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
set -e
|
|
|
|
echo "$PATH"
|