Unverified Commit c7388854 authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Remove install-aisa.sh

parent 70944ee1
Loading
Loading
Loading
Loading

install-aisa.sh

deleted100755 → 0
+0 −5
Original line number Diff line number Diff line
#!/bin/sh
# Submits the current version of the package to the webserver via aisa.
set -e
cd dist
tar cz *.zip | ssh aisa 'sg wwwlemma -c "set -e; tar xzvC /www/lemma/projekty/muletter/; make -C /www/lemma/projekty/muletter/ index.html"'