summarylogtreecommitdiffstats
path: root/vortex.sh
blob: 207a68bec4cb10bad27bb0e2d934f4e08b0e72db (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

export IGNORE_UPDATES=yes
export ELECTRON_TRASH=gio

if [ -n "$1" ]; then
  exec /opt/Vortex/vortex --download "$@"
else
  exec /opt/Vortex/vortex
fi