Skip to content

Commit be8b2e1

Browse files
authored
configs_install.sh: exargs naming braonstorming
Added comments for function naming and simplification.
1 parent b70b194 commit be8b2e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Ubuntu_22.04/configs_install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515

1616
# TODO - simplify repeated prefixes as follows:
17-
17+
# I can name the function xargse (xargs extended)
18+
# or my_xargs
1819
# run_with_prefix() {
1920
# local cmd="$1"
2021
# if [[ -z "$cmd" ]]; then

0 commit comments

Comments
 (0)