#! /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: 2008/11/11 11:37 (modification externe)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki