
Oxygen Days
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Oxygen Days will automajically create PNG's for each day and month of the year. I created it for a new feature on my site, http://www.sharesource.org, and wanted to share it back to the community. Hope someone finds it usefull.
neosofti
11 years ago
./build-dates.sh
JAN (1-5)
./build-dates.sh: 1: Syntax error: Bad fd number
Change
#!/bin/sh
with
#!/bin/bash
Report
Sann
12 years ago
Besides that this is really good work. Thanks
Report
iraiscoming223
12 years ago
I've downloaded your script to build oxygen days, but I had a problem with it...
Every time I run it, I get the same error:
Quote:"./build-dates.sh: 1: Syntax error: Bad fd number
marco@HardyH:~/Desktop/package$ ./build-dates.sh
JAN (1-1)
I already have inkscape and sed installed on my system, dunno the reason of that error, and I can't get rid of it... I've also tried to debug your script, but all the troubles seem to come after
"echo "$x ($y-$z)";"...
So it should (maybe??) be in the eval line...
Or maybe it's just me, uh? :P
Anyway congratulations for it, i've seen the preview and they're really good, hope to get all the other days asap! :D
Greetings from Italy,
Marco
Report