File: gvfs-open

package info (click to toggle)
xpra 3.0.13%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,988 kB
  • sloc: python: 114,602; javascript: 94,723; ansic: 2,223; sh: 760; cpp: 268; xml: 88; makefile: 25
file content (8 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/bin/sh
# This file is part of Xpra.
# Copyright (C) 2017 Antoine Martin <antoine@xpra.org>
# Xpra is released under the terms of the GNU GPL v2, or, at your option, any
# later version. See the file COPYING for details.

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
exec $DIR/xdg-open "$@"