nsbin/extcut
Nico Schottelius d3c6e29902 Initial commit
2006-07-20 09:54:37 +02:00

2 lines
56 B
Bash
Executable file

#!/bin/sh
for i in *.$1;do mv $i `basename $i .$1`;done