4 lines
80 B
Bash
4 lines
80 B
Bash
|
#!/bin/sh
|
||
|
GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/ /bin/rose "$1"
|
||
|
|