void Figure2()
{
glColor3f(0.6, 0.1, 0.1);
glLineWidth(2);
glPolygonMode(GL_FRONT_AND_BACK, GL_LINE);
glBegin(GL_POLYGON);
glVertex3fv(&va);
glVertex3fv(&vb);
glVertex3fv(&vc);
glVertex3fv(&vd);
glEnd();
Makes a thing in OpenGL.
I need a script that renames files by removing their last char, Shell preferably, any help appreciated