/+ multiDragon wip

+ cdm for mega
This commit is contained in:
committer@tuxwarrior
2025-04-12 12:13:47 -05:00
parent 2a7f72305a
commit 55d5503d9d
2 changed files with 20 additions and 0 deletions

18
dots/bin/multiDragon.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/usr/bin/env bash
# klevstul :: 25.04
this_file_name=`basename "$0"`
echo "| $1 | $2 | $3 |"
#cwd=$(pwd)
#input_file=$(dragon-drop --target --and-exit)
#input_file=${input_file:7} # remove "file://" from file path
#
#if [[ -f "${input_file}" ]] || [[ -d "${input_file}" ]] ; then
# cp -r ${input_file} ${cwd}
#fi