PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How To Close Linux App From Command Line Or Script

Go down

How To Close Linux App From Command Line Or Script Empty How To Close Linux App From Command Line Or Script

Post by jamied_uk 7th December 2016, 01:08





Code:
#!/bin/bash
# os code below is for Mac only!
# osascript -e 'tell application "ffmpeg" to quit'
# For Linux Use Following
sudo killall ffmpeg
# https://serverfault.com/questions/375984/how-can-i-stop-ffmpeg
jamied_uk
jamied_uk
Admin

Posts : 2950
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum