Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-21 | wmiirc: make the wmiirc action work with systemd | Luke Shumaker | |
Because the new wmiirc won't be a direct child of `systemd --user` (why isn't it a subreaper!?), it won't notice if wmiirc crashes. But we don't expect it to do that. ¯\_(ツ)_/¯ | |||
2018-03-21 | wmii: move (u)mount.9p to util.sh, prefer 9pfuse | Luke Shumaker | |
2015-04-20 | Be careful about shebangs, which shells are used, and what gets executed | Luke Shumaker | |
Use - #!/hint/bash for bash that gets sourced (non-executable) - #!/hint/sh for sh(1) that gets sourced (non-executable) - #!/bin/sh for sh(1) that gets executed - #!/usr/bin/env bash for bash that gets executed To this end, also - Clean up a couple of related comments - Fix a couple of bash-isms that I noticed in sh(1) files - Fix permissions on a couple of files that get sourced | |||
2015-01-29 | wmii: remove fixes.sh | Luke Shumaker | |
2015-01-06 | wmii: mark local variables as local | Luke Shumaker | |
2014-11-29 | stuff | Luke Shumaker | |
2014-10-10 | clean up wmii config | Luke Shumaker | |
2014-03-21 | backport changes from my laptop | Luke Shumaker | |
2013-08-14 | add .config/wmii-hg for bleeding wmii | Luke Shumaker | |