source: locker/bin/gtar @ 380

Last change on this file since 380 was 127, checked in by jbarnold, 17 years ago
old copies of locker software
  • Property svn:executable set to *
File size: 129 bytes
Line 
1#!/bin/sh
2
3gnu=`/bin/tar --version 2>/dev/null | grep -i gnu`
4if [ "$gnu" != "" ]; then
5        /bin/tar $@
6else
7        athrun gnu gtar $@
8fi
Note: See TracBrowser for help on using the repository browser.