orbea
|
28ff4b391a
|
Clean up white space.
|
2019-02-03 16:00:50 -08:00 |
|
orbea
|
4c56167446
|
Convert to linux line endings.
|
2019-02-03 15:43:42 -08:00 |
|
orbea
|
e062b98088
|
Remove trailing blank lines.
find . -type f -exec sed -i '${/^[[:space:]]*$/d;}' {} \+
|
2019-01-17 19:39:38 -08:00 |
|
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 |
|
gblues
|
6904101c44
|
Clean up trailing whitespace
== DETAILS
Really simple code cleanup, because my editor flags trailing whitespaces
and it's pretty annoying.
|
2017-12-12 00:24:18 -08:00 |
|
twinaphex
|
a132e33231
|
Add copyright headers to ps3py
|
2017-12-02 05:17:14 +01:00 |
|
bparker06
|
bf72dafe5c
|
ps3: use python2 for pkg.py script
|
2017-08-06 20:17:00 -04:00 |
|
twinaphex
|
c90108a3fb
|
chmod +x on pkg.py
|
2016-08-12 00:09:22 +02:00 |
|
twinaphex
|
a1749c3d1b
|
(PS3) ps3py/crypt.c - style nits
|
2015-10-27 02:02:15 +01:00 |
|
twinaphex
|
249006fffd
|
Move files around
|
2015-09-20 15:26:10 +02:00 |
|