You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cfiles/scripts/clearimg_uberzug

16 lines
278 B

#!/bin/bash
kill -9 `ps aux | grep uberzug | grep -v grep | sort | awk '{print $2}'`
#function ImageLayer {
# ueberzug layer -sp json
#}
#
#function remove_image {
# echo "{\"action\": \"remove\", \"identifier\": \"image\"}";
#}
#
#ImageLayer -< <(
# remove_image
#)