theshell.ch/stop.sh

6 lines
78 B
Bash
Executable File

#!/bin/sh
if which jekyll 2>/dev/null 1>/dev/null; then
pkill -f jekyll
fi