Files
dotFiles/home/.local/Apps/html-editor-grapejs/html-editor-grapejs.sh
T
harish2704 2e6e0a997d Simple html editor using grapeJS
Test bed to test neovim distros
2023-03-16 16:41:37 +05:30

8 lines
101 B
Bash
Executable File

#!/usr/bin/env bash
THIS_DIR=$(dirname $(readlink -f $0))
cd $THIS_DIR
python -m http.server 8082