fickit: add helper script to simplify nsenter
This commit is contained in:
parent
6e612df2e9
commit
9784310dc0
5 changed files with 49 additions and 0 deletions
3
configs/nsenter_mysql.sh
Executable file
3
configs/nsenter_mysql.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
nsenter -t $(pgrep mysql | head -1) -a mysql $@
|
||||
Reference in a new issue