This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
hmn/cinera/stop.sh

4 lines
61 B
Bash
Executable File

#!/bin/bash
cd "$(dirname "$0")"
kill $(cat data/cinera.pid)