From 667cfaf7a8bc2fb550137a98e1ee00667665879c Mon Sep 17 00:00:00 2001 From: yizhang Date: Sun, 18 Mar 2018 23:37:37 -0700 Subject: [PATCH] changed names changed a lot of names --- configure.sh | 3 +++ sph_global.sh => gmtsph-global.sh | 0 sph_regional.sh => gmtsph-regional.sh | 0 xy_dot.sh => gmtxy-dot.sh | 0 xy_grid.sh => gmtxy-image.sh | 0 5 files changed, 3 insertions(+) create mode 100644 configure.sh rename sph_global.sh => gmtsph-global.sh (100%) rename sph_regional.sh => gmtsph-regional.sh (100%) rename xy_dot.sh => gmtxy-dot.sh (100%) rename xy_grid.sh => gmtxy-image.sh (100%) diff --git a/configure.sh b/configure.sh new file mode 100644 index 0000000..b2aa584 --- /dev/null +++ b/configure.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +# \ No newline at end of file diff --git a/sph_global.sh b/gmtsph-global.sh similarity index 100% rename from sph_global.sh rename to gmtsph-global.sh diff --git a/sph_regional.sh b/gmtsph-regional.sh similarity index 100% rename from sph_regional.sh rename to gmtsph-regional.sh diff --git a/xy_dot.sh b/gmtxy-dot.sh similarity index 100% rename from xy_dot.sh rename to gmtxy-dot.sh diff --git a/xy_grid.sh b/gmtxy-image.sh similarity index 100% rename from xy_grid.sh rename to gmtxy-image.sh