DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR SHELL
kill xcode from command line
#!/bin/bash echo "Killing xcode..." kill $(ps aux | grep 'Xcode' | awk '{print $2}')
Source by agilewarrior.wordpress.com #
PREVIOUS
NEXT
Tagged:
#kill
#xcode
#command
#line
ADD COMMENT
Topic
COMMENT
Name
9+5 =
Submit