tests/Misc./terribly_old_scripts/python-backup.sh

6 lines
150 B
Bash
Executable File

#!/bin/bash
PYTHON_FOLDER="/home/jacob/Desktop/minecraft mod/Python"
cp /home/jacob/.python_history "${PYTHON_FOLDER}/"
echo "Python history saved!"