mirror of
https://github.com/Telecominfraproject/oopt-gnpy-web-gui.git
synced 2025-10-30 01:32:21 +00:00
Build script folder removed
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
#!/bin/bash
|
||||
clear
|
||||
REPO_URL="https://github.com/Telecominfraproject/oopt-gnpy-web-gui.git"
|
||||
DnldDir="$HOME/TIP_HTML"
|
||||
PublishDir="$HOME/TIP_HTML/oopt-gnpy-web-gui"
|
||||
|
||||
`/bin/rm -rf $DnldDir/*`
|
||||
|
||||
if [ ! -d "$DnldDir" ]; then
|
||||
mkdir -p "$DnldDir"
|
||||
fi
|
||||
|
||||
cd $DnldDir
|
||||
git init $DnldDir
|
||||
git clone $REPO_URL
|
||||
|
||||
cd $PublishDir
|
||||
python -m http.server 8000
|
||||
Reference in New Issue
Block a user