5 lines
80 B
Bash
5 lines
80 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
kill $(cat ~/.the-long-night-pid)
|
||
|
rm ~/.the-long-night-pid
|