OpenCores
URL https://opencores.org/ocsvn/phr/phr/trunk

Subversion Repositories phr

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /phr/trunk/codigo/gui/linux
    from Rev 217 to Rev 338
    Reverse comparison

Rev 217 → Rev 338

/crear-lanzador.sh
0,0 → 1,18
#!/bin/bash
 
IFS=$'\x0A'$'\x0D'
 
lname=phr-gui-launcher.desktop
 
dir=`pwd`
 
echo "" > $lname
echo "[Desktop Entry]" >> $lname
echo "Name=PHR GUI v0.1" >> $lname
echo "Type=Application" >> $lname
echo "Exec=\"$dir/phr-gui.py\"" >> $lname
echo "Icon=$dir/grafica/phr-gui-96.png" >> $lname
 
chmod +x $lname
chmod +x phr-gui.py
 
crear-lanzador.sh Property changes : Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.