古いバージョンのBBSは閲覧のみ可能です。
The old BBS is read only.

6224

DOS plot (4) gpd (bash)

Posted on : April 14, 2012 (Sat) 13:20:38

by Koji Kobashi

The gpd file of bash reads as follows:

#!/bin/bash
echo $1|./gpdos
echo $1|awk '{z=split($1,name,".");file=name[1] ".plt";print "#!/bin/bash";print "chmod a+x " file;print "./" file}'>gpd.tmp
chmod a+x gpd.tmp
./gpd.tmp
rm gpd.tmp