An open API service indexing awesome lists of open source software.

https://github.com/tkuchiki/xsh-cmds

My sh and bash scripts.
https://github.com/tkuchiki/xsh-cmds

Last synced: 2 months ago
JSON representation

My sh and bash scripts.

Awesome Lists containing this project

README

        

xsh-cmds
========

My sh and bash scripts.

# Usage

## gkill

gkill is signal processes based on `ps aux | grep KEYWORD`.

~~~~
./bin/gkill KEYWORD [SIGNAL(default 9)]
~~~~