I hereby claim:
- I am filipvds on github.
- I am filipvds (https://keybase.io/filipvds) on keybase.
- I have a public key whose fingerprint is 39E3 2179 DB60 F4D7 E568 7857 229B 2613 3FB1 7CA1
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # Copyright (c) 2021-2025 tteck | |
| # Author: tteck (tteckster) | |
| # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE | |
| # Source: https://ubuntu.com/ | |
| source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" | |
| color | |
| verb_ip6 |
| #!/bin/sh | |
| echo "========== Cleanup start ==========" | |
| # define paths | |
| archivesPath="/Library/Developer/Xcode/Archives" | |
| derivedDataPath="/Library/Developer/Xcode/DerivedData" | |
| oldDeviceInfoPath="/Library/Developer/Xcode/iOS DeviceSupport" | |
| simulatorApplicationRootPath="/Library/Application Support/iPhone Simulator/" | |
| USER_HOME=$(eval echo ~${SUDO_USER}) | |
| paths=( "$archivesPath" "$derivedDataPath" "$oldDeviceInfoPath" ) |
| #!/usr/bin/env bash | |
| # Run this as sudo! | |
| # I move this file to /usr/local/bin/vhost and run command 'vhost' from anywhere, using sudo. | |
| # | |
| # Show Usage, Output to STDERR | |
| # | |
| function show_usage { | |
| cat <<- _EOF_ |
I hereby claim:
To claim this, I am signing this object:
| #! /bin/bash | |
| # Run this as sudo! | |
| # I move this file to /usr/local/bin/vhost and run command 'vhost' from anywhere, using sudo. | |
| # | |
| # Show Usage, Output to STDERR | |
| # | |
| function show_usage { | |
| cat <<- _EOF_ |