index
:
kolwynia.git
master
My custom GNU Emacs and Guix configurations
bd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kolwynia
/
home
/
bdunahu
/
files
/
.local
/
bin
/
unfreeze
blob: 072473d20db0353201c3210909b45a2b6a652a11 (
plain
)
1
2
3
4
5
6
7
8
#!/bin/sh epid=$(pidof emacs) kill -USR2 "$epid" kill -USR1 "$epid" echo "Done."