Skip to content

Instantly share code, notes, and snippets.

@niktto
Created May 17, 2015 19:44
Show Gist options
  • Save niktto/e2381c47a665a3014749 to your computer and use it in GitHub Desktop.
Save niktto/e2381c47a665a3014749 to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ $ARGUMENT ]; then
if [[ $ARGUMENT =~ .+\.[jpg|JPG] ]]
then
killall eog
eog "$ARGUMENT" -f &
fi
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment