diff options
author | June McEnroe <june@causal.agency> | 2017-07-16 13:14:51 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2017-07-16 13:14:51 -0400 |
commit | d67317b05674bece813117316cb6834269d0de37 (patch) | |
tree | 8a5f16af45049bc95c5ce522f825d8cece03715e | |
parent | Fix dtch portability (diff) | |
download | src-d67317b05674bece813117316cb6834269d0de37.tar.gz src-d67317b05674bece813117316cb6834269d0de37.zip |
Add description to dtch
-rwxr-xr-x | home/.bin/dtch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.bin/dtch.c b/home/.bin/dtch.c index 2c19e1d2..1865716b 100755 --- a/home/.bin/dtch.c +++ b/home/.bin/dtch.c @@ -6,6 +6,8 @@ ln -f $bin/dtch $bin/atch exit #endif +// Session attach and detach. + #include <err.h> #include <errno.h> #include <fcntl.h> |