this repo has no description smallweb.run
smallweb
at main 8 lines 105 B view raw
1#!/bin/sh 2 3if [ $# -eq 0 ]; then 4 echo "Usage: edit.sh <app>" 5 exit 1 6fi 7 8exec code "$SMALLWEB_DIR/$1"