updates for 6.0 release start here. see the release notes for all the details in 6.0
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
# Note that .sh scripts work only on Mac. If you're on Windows, install Git Bash and use that as your client.
|
||||
|
||||
echo 'Killing all Jekyll instances'
|
||||
kill -9 $(ps aux | grep '[j]ekyll' | awk '{print $2}')
|
||||
clear
|
||||
|
Reference in New Issue
Block a user