mirror of
https://github.com/Kicksecure/security-misc.git
synced 2026-01-04 14:25:27 -05:00
9 lines
240 B
Bash
Executable file
9 lines
240 B
Bash
Executable file
#!/bin/bash
|
|
|
|
## Copyright (C) 2019 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
set -x
|
|
set -e
|
|
echo "$0: This is just a placeholder until security-misc-server gets implemented."
|
|
exit 0
|