Changeset 5437
- Timestamp:
- Jul 3, 2017, 2:02:44 PM (4 years ago)
- Location:
- arduino-ide/trunk/fuentes
- Files:
-
- 263 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arduino-ide/trunk/fuentes/add_so_help/addso.sh
r5375 r5437 3 3 #EJECUTAR DESDE EL DIRECORIO trunk/fuentes 4 4 tree -fi | grep \\.so | cut -d " " -f1 > add_so_help/falta.txt 5 tree -fi | grep \\.o | cut -d " " -f1 >> add_so_help/falta.txt 6 tree -fi | grep \\.la | cut -d " " -f1 >> add_so_help/falta.txt 7 tree -fi | grep \\.a | cut -d " " -f1 >> add_so_help/falta.txt 5 8 for line in $(cat add_so_help/falta.txt) 6 9 do
Note: See TracChangeset
for help on using the changeset viewer.