From 9ed9de5006d437e126c5871dc0cf38a02825aabb Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 1 May 2021 11:04:19 -0400 Subject: workstation Files --- .local/bin/compiler | 1 + 1 file changed, 1 insertion(+) (limited to '.local/bin/compiler') diff --git a/.local/bin/compiler b/.local/bin/compiler index 5b4f8c4..9020284 100755 --- a/.local/bin/compiler +++ b/.local/bin/compiler @@ -36,5 +36,6 @@ case "$file" in *\.py) python "$file" ;; *\.go) go run "$file" ;; *\.sent) setsid sent "$file" 2>/dev/null & ;; + *.Xresources) xrdb -load "$file" ;; *) sed 1q "$file" | grep "^#!/" | sed "s/^#!//" | xargs -r -I % "$file" ;; esac -- cgit v1.2.3