orbea
|
bfc366decc
|
Squeeze extra blank lines with cat(1).
Example:
find . -type f -iname '*.c' | while read -r i; do
cat -s "$i" > "$i.new"
mv "$i.new" "$i"
done
|
2019-01-08 11:04:58 -08:00 |
twinaphex
|
83c328d539
|
(wii/app_booter) Style nits
|
2015-09-21 19:28:20 +02:00 |
twinaphex
|
365f501b2a
|
(wii buildfix) Have to move app_booter files back
|
2015-09-20 19:14:13 +02:00 |
twinaphex
|
024a6776de
|
Move wii/app_booter to boostrap/wii
|
2015-09-20 15:19:16 +02:00 |
Toad King
|
20db83cd93
|
(NGC) new dol booter, move app_booter to wii folder
move package folders to wii and ngc respectively
|
2012-09-03 18:05:23 -04:00 |