![]() |
2012-12-28
, 19:15
|
Posts: 87 |
Thanked: 14 times |
Joined on Jan 2012
|
#393
|
User scripts can be found at (and should be submitted to): https://github.com/harmattan/billboard-scripts
![]() |
2012-12-28
, 19:38
|
|
Community Council |
Posts: 664 |
Thanked: 1,648 times |
Joined on Apr 2012
@ Hamburg
|
#394
|
chmod 775 /home/user/script.py
The Following User Says Thank You to Win7Mac For This Useful Post: | ||
![]() |
2012-12-30
, 12:34
|
|
Posts: 665 |
Thanked: 2,388 times |
Joined on Feb 2012
@ Zagreb, Croatia
|
#395
|
![]() |
2012-12-30
, 12:55
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#396
|
![]() |
2012-12-30
, 19:54
|
|
Community Council |
Posts: 664 |
Thanked: 1,648 times |
Joined on Apr 2012
@ Hamburg
|
#397
|
#!/bin/sh day=$(date +%u) echo | awk -v d=$day '{split("Ma Ti Ke To Pe La Su",a," "); print a[d]}'
#!/bin/sh day=$(date +%u) echo | awk -v d=$day '{split("Ma Ti Ke To Pe La Su",a," "); print a[d]}'+chr(0)
The Following User Says Thank You to Win7Mac For This Useful Post: | ||
![]() |
2012-12-31
, 10:46
|
|
Posts: 141 |
Thanked: 267 times |
Joined on May 2010
@ Germany
|
#398
|
![]() |
2012-12-31
, 11:41
|
|
Posts: 644 |
Thanked: 480 times |
Joined on Jul 2012
@ Finland
|
#399
|
#!/bin/sh day=$(date +%u) echo | awk -v d=$day '{split("Ma Ti Ke To Pe La Su",a," "); printf a[d]}'
The Following User Says Thank You to MK99 For This Useful Post: | ||
![]() |
2012-12-31
, 11:55
|
|
Community Council |
Posts: 664 |
Thanked: 1,648 times |
Joined on Apr 2012
@ Hamburg
|
#400
|
coderus?? thp??