File: update_all.sh

package info (click to toggle)
berkeley-express 1.5.3%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,764 kB
  • sloc: cpp: 4,785; sh: 65; makefile: 11
file content (4 lines) | stat: -rwxr-xr-x 137 bytes parent folder | download | duplicates (3)
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'