this post was submitted on 15 Apr 2024
1 points (100.0% liked)

linux francophonie

28 readers
3 users here now

Linuxienes,

Linuxiens,

Libristes,

Bienvenue chez vous,

Espace de discussion et partage autours des systemes Gnu/Linux et BSD likes,

Ailleurs sur le Fediverse,

Linux :

FLOSS

founded 6 months ago
MODERATORS
 
#!/bin/bash
# this file is distributed under version 3 or superior from GNU Public Licence
# see https://www.gnu.org/licenses/gpl-3.0.en.html

# you need to personalise the source variable
# there is the source profile for me:
source="$HOME/.mozilla/firefox/*.base"

# merci à ·☽•Nameless☆•777 · pour son idée d'utiliser mktemp
randompath=$(mktemp -d XXXXXXXXX --suffix=.firefox -p /tmp)

cp -r `{mathjax} {source}/* `{randompath}/
firefox --profile `{mathjax} {randompath};  rm -r `{randompath}
no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here