4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
|
for i in ~/.mozilla/firefox/*.*default*
|
||
|
do ln -s user.js "$i/user.js"
|
||
|
done
|