File: update_all.sh

package info (click to toggle)
berkeley-express 1.5.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,748 kB
  • sloc: cpp: 4,878; sh: 55; makefile: 11
file content (4 lines) | stat: -rwxr-xr-x 137 bytes parent folder | download | duplicates (4)
1
2
3
4
#!/bin/bash

scp -r html/* login.math.berkeley.edu:/web/bio/eXpress
ssh login.math.berkeley.edu 'chmod -R 755 /web/bio/eXpress/downloads'