6 lines
65 B
Bash
Executable File
6 lines
65 B
Bash
Executable File
#! /bin/sh
|
|
set -e
|
|
|
|
usdview $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS
|
|
|