source: locker/sql/bin/get-status @ 212

Last change on this file since 212 was 131, checked in by jbarnold, 17 years ago
added sql scripts
  • Property svn:executable set to *
File size: 112 bytes
Line 
1#!/bin/sh
2
3status=`wget http://sql.mit.edu/~sql/main/do/batch/status?u=$USER -q -O-`
4
5echo $status
6exit $status
Note: See TracBrowser for help on using the repository browser.