source: trunk/anuga_work/anuga_cuda/src/scripts/test @ 9334

Last change on this file since 9334 was 9017, checked in by steve, 11 years ago

Adding in Zhe (John) Weng's anuga_cuda code as obtained from googlecode https://code.google.com/p/anuga-cuda

  • Property svn:executable set to *
File size: 86 bytes
Line 
1#!/bin/bash
2# useage : test [-p p]
3if ["$1" = "-p"]; then
4        shift; shift
5fi
6
7echo "$1"
Note: See TracBrowser for help on using the repository browser.