[this doesnt work] try to move url bar, tabs, etc to the bottom
This commit is contained in:
5
get_profile
Executable file
5
get_profile
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
find "${HOME}/.mozilla/firefox" -maxdepth 1 -type d -name '*.default' \
|
||||
| while read dir; do
|
||||
printf '%s\n' "$dir"
|
||||
done
|
Reference in New Issue
Block a user