feat: add script for testing in sandbox

This commit is contained in:
2 * r + 2 * t
2026-06-14 21:45:54 +10:00
parent f85103eac5
commit e6031ad544
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env sh
export HOME=/tmp/install-test
export XDG_CONFIG_HOME=$HOME/.config
export XDG_DATA_HOME=$HOME/.local/share
export XDG_STATE_HOME=$HOME/.local/state
export XDG_CACHE_HOME=$HOME/.cache
"$@"