Add Solus utility scripts for safe user removal, checking sof-bin directories, checking what provides
This commit is contained in:
parent
444e1f0fc1
commit
645fa61ba4
3 changed files with 39 additions and 0 deletions
11
solus_utility/show_sof-bin_dirs.sh
Normal file
11
solus_utility/show_sof-bin_dirs.sh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
ISODATE=$(date -I)
|
||||
get_changed_files
|
||||
|
||||
source ~/.bashrc.d/solus-monorepo-helpers.sh
|
||||
|
||||
get_changed_files ()
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue