/ multi-dragon wip
This commit is contained in:
@@ -2,10 +2,45 @@
|
||||
|
||||
# klevstul :: 25.04
|
||||
|
||||
# based on 'dots/bin/tp.sh'
|
||||
|
||||
this_file_name=`basename "$0"`
|
||||
|
||||
|
||||
echo "| $1 | $2 | $3 |"
|
||||
|
||||
#
|
||||
#for input_file in "$@"; do
|
||||
#
|
||||
# declare -a theArray
|
||||
#
|
||||
# while read -r line
|
||||
# do
|
||||
# theArray+=("$line")
|
||||
# done <<< "$input_file"
|
||||
#
|
||||
# for line in "${theArray[@]}"
|
||||
# do
|
||||
# bare_line=${line}
|
||||
#
|
||||
# if [[ ${line} != *"/"* ]]; then
|
||||
# line="${cwd}/${line}"
|
||||
# fi
|
||||
#
|
||||
# new_file=${line//$sync_dir_sym/$sync_dir}
|
||||
#
|
||||
# if [[ -f "${new_file}" ]] || [[ -d "${new_file}" ]] ; then
|
||||
# #trash-put "${bare_line}"
|
||||
# else
|
||||
# echo "error: unable process \"${new_file}\""
|
||||
# fi
|
||||
#
|
||||
# done
|
||||
#
|
||||
#done
|
||||
|
||||
|
||||
|
||||
echo "MULTI-DRAGON: $1"
|
||||
|
||||
|
||||
#cwd=$(pwd)
|
||||
|
||||
Reference in New Issue
Block a user