source: liacs/pm/backup/cr.sh@ 6

Last change on this file since 6 was 2, checked in by Rick van der Zwet, 15 years ago

Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)

  • Property svn:executable set to *
File size: 104 bytes
Line 
1#!/bin/sh
2
3if [ -x a.out ]; then
4 rm a.out
5fi
6g++ -Wall -o a.out $1
7if [ -x a.out ]; then
8 ./a.out
9fi
10
Note: See TracBrowser for help on using the repository browser.