username2xres 88 B

1234567
  1. #!/bin/bash
  2. REAL="$USER"
  3. XRES=/home/$USER/.Xresources
  4. sed -i "s|user|$REAL|g" "$XRES"