#! /bin/bash # [[chercherQuantaProjects]] Script to find quanta webprojets files and store them as symbolic link on a specified folder that you can retrieve from quanta / Open projets menu # # Authors: # FR, radeff@akademia.ch # History # 18 janvier 2008: FR, created ######### find /home/radeff/akademia -name "*.webprj" | while read i do ln -s $i /home/radeff/akademia/quantaProjects/ done
- info/chercherquantaprojects.txt
- Dernière modification: 2018/07/18 09:45
- de radeff