Not sure that this will work the way I expect it to...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From a89c508eb251a5a87793fad005fb17dfeba29be8 Mon Sep 17 00:00:00 2001 | |
From: Pat David <[email protected]> | |
Date: Thu, 8 Dec 2016 11:17:52 -0600 | |
Subject: [PATCH] Work on print css styles | |
Fix the paragraph width issue (it was likely max-width being | |
set that was causing a problem). | |
Set all elements to 80% width of the container (div.column). | |
Set font to 14pt (12pt seemed too small when printing tests). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find ./ -type d -exec bash -c 'cd "$1"; mp3gain -a -k -m 3 *.mp3' -- {} \; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while read -u 9 filename; do read -u 8 newname; mv "$filename.mkv" "$filename - $newname.mkv"; done 9<<<"$(ls -1 *.mkv | sed -e 's/\..*$//')" 8< namelist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**Can I use GIMP commercially?** | |
Yes, you can. GIMP is free software, it doesn't put restrictions on the kind | |
of work you produce with it. | |
**What's the GNU GPL license, and how do I comply with it?** | |
* You are free to use GIMP, for any purpose | |
* You are free to distribute GIMP | |
* You can study how GIMP works and change it |
NewerOlder