Skip to content
Snippets Groups Projects
Commit bebdeb30 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix small sh mistakes + add the simple xyz->pos script
parent 214ec57b
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
awk 'BEGIN{ printf "View \"xyz2pos\"{\n"; } { printf "SP(%g,%g,%g){%g};\n", $1, $2, $3, $4; } END {printf "};\n"}'
#!/bin/sh
SRCDIR=gmsh-distrib SRCDIR=gmsh-distrib
DMGNAME=gmsh.dmg DMGNAME=gmsh.dmg
......
#/bin/sh #!/bin/sh
if [ $# -lt 2 ]; then if [ $# -lt 2 ]; then
echo "Usage: $0 path program [options]" 1>&2; echo "Usage: $0 path program [options]" 1>&2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment