Page MenuHomePhorge

save_path.sh
No OneTemporary

Size
300 B
Referenced Files
None
Subscribers
None

save_path.sh

#!/usr/bin/env bash
# Save the `PATH` to a known location, this is to aide with xcode which will
# unset all environment variables before attempting builds
COMM_CACHE="${XDG_CACHE_HOME:-$HOME/.cache}/comm"
mkdir -p "$COMM_CACHE"
echo "export PATH=\"$PATH\${PATH:+:}\$PATH\"" > "$COMM_CACHE"/path

File Metadata

Mime Type
text/x-shellscript
Expires
Sun, Dec 7, 4:34 PM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5381915
Default Alt Text
save_path.sh (300 B)

Event Timeline