Ajout Converter

This commit is contained in:
Serge NOEL
2026-02-10 13:51:57 +01:00
parent 281e6611ae
commit ba66561087
37 changed files with 8302 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#!/bin/bash
#
NOW=$(date '+%Y-%m-%d_%H.%M')
echo ${NOW}
SOURCE="${HOME}/tmp/arduinoIDE2platformIO-convertor/next.py"
#DEST="${HOME}/Documents/claudeProgress/next_${NOW}.py"
DEST="${HOME}/Documents/claudeProgress/"
echo "Copy ${SOURCE} to ${DEST}/next_${NOW}.py"
#
cp -v ${SOURCE} ${DEST}/next_${NOW}.py
cp -v ${SOURCE} ../../changes/next_${NOW}.py
echo "Done!"
ls -l ${DEST}