1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/local/bin/sensible-browser
Hippolyte Chauvin c1c1d8adbd Scripts
2023-04-13 00:04:20 +02:00

7 lines
73 B
Bash
Executable file

#!/bin/sh
if [ -n "$BROWSER" ]; then
exec "$BROWSER"
else
exit 127
fi