mirror of
https://github.com/harish2704/dotFiles.git
synced 2026-09-10 15:21:09 +00:00
8 lines
101 B
Bash
Executable File
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
|