diff options
author | lostd <lostd@2f30.org> | 2014-10-08 11:43:11 +0300 |
---|---|---|
committer | lostd <lostd@2f30.org> | 2014-10-08 11:43:11 +0300 |
commit | f56dec0a4f24de60f85199b95691852a79a349b2 (patch) | |
tree | 89e85b5c6b3280befe75165bea3f9d1966ab3c4b | |
parent | da09d92b25a3da5d763e1365cb33fe6b72fb2e79 (diff) | |
download | nnn-f56dec0a4f24de60f85199b95691852a79a349b2.tar.gz |
Shell scripts may be useful
-rw-r--r-- | noice.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ struct assoc assocs[] = { { ".ogg", "mplayer" }, { ".srt", "less" }, { ".txt", "less" }, + { ".sh", "sh" }, { "README", "less" }, }; |