removed pointless capture

This commit is contained in:
shockrah 2019-10-19 21:44:49 -07:00
parent 765d7c777d
commit 11fa2387fb

View File

@ -1,8 +1,7 @@
#!/bin/sh #!/bin/sh
# for some reason this still kills all xwinwrap processes # for some reason this still kills all xwinwrap processes
proc=`pgrep xwinwrap | head -1` kill -9 `pgrep xwinwrap | head -1`
kill -9 $proc
# pick out the music video we want to play in the background # pick out the music video we want to play in the background
base="$HOME/Videos/Music/" base="$HOME/Videos/Music/"