I hereby claim:
- I am gl-sergei on github.
- I am glsergei (https://keybase.io/glsergei) on keybase.
- I have a public key ASAJjvBhHQ_8mwhQI3Hvb-6WudzzsR34U4w6xViVkdIzzAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| ;;; inbox.el --- display inbox status information -*- coding: utf-8 -*- | |
| ;; Copyright (C) 2014 Sergei Glushchenko. | |
| ;; Author: Sergei Glushchenko <[email protected]> | |
| ;; This program is free software: you can redistribute it and/or modify | |
| ;; it under the terms of the GNU General Public License as published by | |
| ;; the Free Software Foundation, either version 3 of the License, or | |
| ;; (at your option) any later version. |
| find . -name '*replace_what*' | awk '{print("mv "$1" "$1)}' | sed 's/replace_what/replace_with/2' | /bin/sh |