This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Welcome message: | |
echo " " | |
echo "Opera Session Converter, v.0.1." | |
echo "Will convert all your Opera session files in the current folder to" | |
echo "plain text files with URLs only." | |
echo "Old files will be preserved and new files with" | |
echo "a .win.txt extension will be created." | |
echo "Input files must be without spaces!" |