summarylogtreecommitdiffstats
path: root/zenity.sh
blob: 1b821a1048f5438eb64bad89cc8c643b5e8fd8bc (plain)
1
2
3
4
5
6
#!/bin/bash

# ISSE reads stderr alongside with stdout,
# causing the file choose dialog to fail.
# Let's block stderr.
exec /usr/bin/zenity "$@" 2>/dev/null