Added 'Misc./terribly_old_scripts/python-backup.sh'

This commit is contained in:
anon 2024-12-10 20:39:02 +01:00
parent 6f0a133c98
commit 5818a436d3

View File

@ -0,0 +1,5 @@
#!/bin/bash
PYTHON_FOLDER="/home/jacob/Desktop/minecraft mod/Python"
cp /home/jacob/.python_history "${PYTHON_FOLDER}/"
echo "Python history saved!"