AutoYADM commit: 2025-05-01 18:00:05

This commit is contained in:
Daniel Fichtinger 2025-05-01 18:00:05 -04:00
parent caf018dea4
commit 862eb90b7b

View file

@ -1,6 +1,5 @@
function mkdoc --argument-names input --argument-names output function mkdoc --argument-names input --argument-names output
set -f dir ~/Documents set -f dir ~/Documents
echo "$dir/$output" echo Copied $input to "$dir/$output"
echo cp $input "$dir/$output"
cp $input "$dir/$output" cp $input "$dir/$output"
end end