diff --git a/scripts/update_html_repo.sh b/scripts/update_html_repo.sh deleted file mode 100755 index 84ab3ce..0000000 --- a/scripts/update_html_repo.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -ba_export_html_dir='/home/jscaux/work/writing/lecture_notes/Bethe_Ansatz/export/html/' -ba_html_build_dir='/home/jscaux/work/writing/lecture_notes/Bethe_Ansatz_html/build/' - -cd $ba_html_build_dir - -cp -r $ba_export_html_dir* $ba_html_build_dir - -# remove files which don't exist anymore -for file in $(ls -R) -do - if ! [ -f $BA_export_html_dir$file ] - then - rm $file - fi -done - -echo 'Committing' -msg='Update '$(date +"%F %R") -git commit -a -m "$msg" diff --git a/scripts/upload.sh b/scripts/upload.sh deleted file mode 100755 index d04f547..0000000 --- a/scripts/upload.sh +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/bash - -rsync -avhPz --delete export/html/ jscaux@opal6.opalstack.com:apps/integrability