DSK: Put shebangs on the top of all of our scripts

That way syntax highlighting works
This commit is contained in:
2018-11-15 16:06:31 -06:00
parent 50152d73b3
commit 6bfd333051
15 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#! /usr/bin/env bash
[ -r ~/.Xresources ] && xrdb ~/.Xresources
for file in $XDG_CONFIG_HOME/xrdb/*.xresources; do
[ -r "$file" ] && xrdb -merge "$file"