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 #!/bin/bash
profiles(){ profiles(){
_list_profiles; _list_profiles
exit; exit
}; }
_list_profiles(){ _list_profiles(){
cd "$profdir"; cd "$profdir";
profiles=(*.profile); profiles=(*.profile);

Loading…
Cancel
Save