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:
#! /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_ |
I hereby claim:
To claim this, I am signing this object:
#!/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_ |
#!/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" ) |