Browse Source

_profiles

pull/16/head
gorgone 5 years ago
parent
commit
6c6088b194
  1. 7
      support/functions/_profiles

7
support/functions/_profiles

@ -1,9 +1,10 @@
#!/bin/bash
profiles(){
_list_profiles;
exit;
};
_list_profiles
exit
}
_list_profiles(){
cd "$profdir";
profiles=(*.profile);

Loading…
Cancel
Save