Changeset 5126 for lliurex-jclic-user-library
- Timestamp:
- Jun 9, 2017, 12:59:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-jclic-user-library/trunk/fuentes/lliurex-jclic-user-library.install/usr/bin/lliurex-jclic-user-library
r3500 r5126 1 1 #!/bin/bash 2 2 3 libs=$(for x in $(find /net/server-sync/share/jclic-aula/ -maxdepth 2 -name library.jclic -o -name jclic.jclic);do if [ "$(cat $x|grep menuElement|wc -l)" -gt "9" ]; then echo $x; fi; done;) 3 share_locale=$(xdg_translator $LANG Share) 4 5 lib_path="$HOME/$share_locale/jclic-aula/" 6 7 if [ ! -e "$lib_path" ];then 8 9 exit 0 10 11 fi 12 13 libs=$(for x in $(find "$lib_path" -maxdepth 2 -name library.jclic -o -name jclic.jclic);do if [ "$(cat $x|grep menuElement|wc -l)" -gt "9" ]; then echo $x; fi; done;) 4 14 5 15 L_RATOLI=''
Note: See TracChangeset
for help on using the changeset viewer.