uawdijnntqw1x1x1
IP : 216.73.216.110
Hostname : 6.87.74.97.host.secureserver.net
Kernel : Linux 6.87.74.97.host.secureserver.net 4.18.0-553.83.1.el8_10.x86_64 #1 SMP Mon Nov 10 04:22:44 EST 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
emeraadmin
/
www
/
node_modules
/
lodash.isinteger
/
..
/
bootstrap-slider
/
scripts
/
update-gh-pages.sh
/
/
#!/bin/bash # log echo "..." echo "Updating Github.io page" echo "..." # Generate index.html and /temp assetts for GH Pages branch grunt build-gh-pages # Create temporary copy of index file cp index.html index-temp.html # Checkout to `gh-pages` branch git checkout -B gh-pages origin/gh-pages git pull -r origin gh-pages # Replace current files with temporary files mv index-temp.html index.html cp node_modules/bootstrap/dist/css/bootstrap.min.css css/bootstrap.min.css mv temp/bootstrap-slider.css css/bootstrap-slider.css mv temp/bootstrap-slider.js js/bootstrap-slider.js # Remove /temp directory rm -rf temp # Stage new files for commit git add index.html css/bootstrap-slider.css js/bootstrap-slider.js css/bootstrap.min.css # Create commit with new files git commit -m "updates" # Push new source code to gh-pages branch git push origin gh-pages:gh-pages -f # Switch back to master branch git checkout master # log echo "..." echo "Github.io page updated" echo "..."
/home/emeraadmin/www/node_modules/lodash.isinteger/../bootstrap-slider/scripts/update-gh-pages.sh