1#!/bin/sh 2 3if [ $# -eq 0 ]; then 4 echo "Usage: edit.sh <app>" 5 exit 1 6fi 7 8exec code "$SMALLWEB_DIR/$1"