Move .local/bin to ~/scripts
This commit is contained in:
parent
b4b08be5ec
commit
6cda242526
15 changed files with 5 additions and 5 deletions
4
dotfiles/bin/scripts/killchalice
Executable file
4
dotfiles/bin/scripts/killchalice
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/local/bin/fish
|
||||
#
|
||||
kill -9 (ps -a | grep chalice | grep -v tmux | grep -v killchalice | cut -c1-5) &> /dev/null
|
||||
kill -9 (ps -a | grep chalice | grep -v tmux | cut -c1-5)
|
||||
Loading…
Add table
Add a link
Reference in a new issue