]> git.madduck.net Git - etc/xsession.git/blobdiff - .config/vcsh/hooks-available/xsession.post-run+enter

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Convert hooks to run for all affected repos
[etc/xsession.git] / .config / vcsh / hooks-available / xsession.post-run+enter
index 1a0f8df913ce1d7aecfd1eabd9417ea27e7e760d..9cd4faa2254280a5afa626bee28329f88123bf36 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/sh
-for i in ~/.xsession.d/0*; do
+
+cd ~/.xsession.d
+git ls-files . | while read f; do
+  echo Resourcing $f … >&2
   . $i
 done