#!/bin/sh if [ $# -eq 0 ]; then APP_DIR="." else APP_DIR=$1 fi echo $APP_DIR /usr/lib/nw.js/nw $APP_DIR