dotfiles/fake_home/.bin/ffx.sh

8 lines
265 B
Bash
Raw Normal View History

2024-03-07 09:19:21 -05:00
#!/bin/bash
kill $(pgrep firefox)
gnome-terminal -- bash -c "$HOME/.bin/update-firefox.sh && MOZ_ENABLE_WAYLAND=1 setsid $HOME/.bin/firefox-developer-edition/firefox-bin"
2024-03-07 09:19:21 -05:00
test -f "$HOME/.aws.exp" && bash -c "sleep 10; $HOME/.aws.exp" &> "$HOME/.aws.exp.log"
wait