Advertisement
s243a

refreshProfilesWindowInfo() - /usr/sbin/wag-profiles.sh

Oct 2nd, 2016
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. # From line #451 of /root/usr/sbin/wag-profiles.sh|
  2. # http://www.pearltrees.com/s243a/usr-sbin-wag-profiles-sh-puppy/id16405808
  3. refreshProfilesWindowInfo()
  4. {
  5.     PROFILE_TITLES=$(grep -F 'TITLE=' ${PROFILES_DIR}/*.conf | cut -d= -f2 | tr -d '"' | tr " " "_" )
  6. } # end refreshProfilesWindowInfo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement