Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Scripts/remove_debug.sh @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 53 bytes
Line 
1#!/bin/sh
2sed "s/ -g//" $1 > $1.new
3mv -f $1.new $1 
Note: See TracBrowser for help on using the repository browser.