Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
pekman
/
Xcolors
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Branche:
master
Branches
Tags
gh-pages
master
Xcolors
/
scripts
/
username2xres
username2xres
88 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
7
#!/bin/bash
REAL="$USER"
XRES=/home/$USER/.Xresources
sed -i "s|user|$REAL|g" "$XRES"