This file contains hidden or 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
@echo off | |
setlocal enabledelayedexpansion | |
:: Define the files to modify | |
set "file1=cesupport.pas" | |
set "file2=frmSaveSnapshotsUnit.pas" | |
set "file3=LuaHandler.pas" | |
set "file4=luavirtualstringtree.pas" | |
:: Define search and replace strings |
This file contains hidden or 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
#!/bin/bash | |
############################################################################## | |
# Works for me with clean and fully updated Rasbian Jessie on Rasberry Pi 2b # | |
# ONLY USE THIS SCRIPT If YOU KNOW WHAT YOU ARE DOING - RUN AT YOUR OWN RISK # | |
# MUST BE RUN AS ROOT FROM A COMMAND LINE LOGIN - DO NOT RUN AS SUDO USER # | |
############################################################################## | |
echo "Change username?" | |
select yn in "Yes" "No"; do | |
case $yn in |