Skip to content

Commit

Permalink
remove unnecessary utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo committed Jul 6, 2023
1 parent b0b651c commit d68d41e
Show file tree
Hide file tree
Showing 30 changed files with 74 additions and 564 deletions.
89 changes: 0 additions & 89 deletions modulefiles/module-setup.csh.inc

This file was deleted.

108 changes: 0 additions & 108 deletions modulefiles/module-setup.sh.inc

This file was deleted.

4 changes: 2 additions & 2 deletions ush/bash_utils/change_case.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function echo_uppercase() {
#
#-----------------------------------------------------------------------
#
local scrfunc_fp=$( $READLINK -f "${BASH_SOURCE[0]}" )
local scrfunc_fp=$( readlink -f "${BASH_SOURCE[0]}" )
local scrfunc_fn=$( basename "${scrfunc_fp}" )
local scrfunc_dir=$( dirname "${scrfunc_fp}" )
#
Expand Down Expand Up @@ -124,7 +124,7 @@ function echo_lowercase() {
#
#-----------------------------------------------------------------------
#
local scrfunc_fp=$( $READLINK -f "${BASH_SOURCE[0]}" )
local scrfunc_fp=$( readlink -f "${BASH_SOURCE[0]}" )
local scrfunc_fn=$( basename "${scrfunc_fp}" )
local scrfunc_dir=$( dirname "${scrfunc_fp}" )
#
Expand Down
2 changes: 1 addition & 1 deletion ush/bash_utils/check_for_preexist_dir_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function check_for_preexist_dir_file() {
#
#-----------------------------------------------------------------------
#
local scrfunc_fp=$( $READLINK -f "${BASH_SOURCE[0]}" )
local scrfunc_fp=$( readlink -f "${BASH_SOURCE[0]}" )
local scrfunc_fn=$( basename "${scrfunc_fp}" )
local scrfunc_dir=$( dirname "${scrfunc_fp}" )
#
Expand Down
2 changes: 1 addition & 1 deletion ush/bash_utils/check_var_valid_value.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function check_var_valid_value() {
#
#-----------------------------------------------------------------------
#
local scrfunc_fp=$( $READLINK -f "${BASH_SOURCE[0]}" )
local scrfunc_fp=$( readlink -f "${BASH_SOURCE[0]}" )
local scrfunc_fn=$( basename "${scrfunc_fp}" )
local scrfunc_dir=$( dirname "${scrfunc_fp}" )
#
Expand Down
2 changes: 1 addition & 1 deletion ush/bash_utils/count_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function count_files() {
#
#-----------------------------------------------------------------------
#
local scrfunc_fp=$( $READLINK -f "${BASH_SOURCE[0]}" )
local scrfunc_fp=$( readlink -f "${BASH_SOURCE[0]}" )
local scrfunc_fn=$( basename "${scrfunc_fp}" )
local scrfunc_dir=$( dirname "${scrfunc_fp}" )
#
Expand Down
2 changes: 1 addition & 1 deletion ush/bash_utils/create_symlink_to_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function create_symlink_to_file() {
#
#-----------------------------------------------------------------------
#
local scrfunc_fp=$( $READLINK -f "${BASH_SOURCE[0]}" )
local scrfunc_fp=$( readlink -f "${BASH_SOURCE[0]}" )
local scrfunc_fn=$( basename "${scrfunc_fp}" )
local scrfunc_dir=$( dirname "${scrfunc_fp}" )
#
Expand Down
44 changes: 0 additions & 44 deletions ush/bash_utils/define_macos_utilities.sh

This file was deleted.

Loading

0 comments on commit d68d41e

Please sign in to comment.