9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Kirara new version
@ 2013-10-12 23:09 arisawa
  2013-10-14  4:27 ` BurnZeZ
  2013-10-14  5:59 ` BurnZeZ
  0 siblings, 2 replies; 4+ messages in thread
From: arisawa @ 2013-10-12 23:09 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello,

Kirara new version is released.
Look http://plan9.aichi-u.ac.jp/netlib/kirara/kirara-2.0.tgz
The package include both ver.1.3 and ver.2.0.
Ver.1.3 is an update from ver.1.2, but completely refreshed.
Ver.2.0 is new version which stands on different concept from ver.1.3.
Look QUICK_QUIDE in the package for details.

Kenji Arisawa




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] Kirara new version
  2013-10-12 23:09 [9fans] Kirara new version arisawa
@ 2013-10-14  4:27 ` BurnZeZ
  2013-10-14  5:59 ` BurnZeZ
  1 sibling, 0 replies; 4+ messages in thread
From: BurnZeZ @ 2013-10-14  4:27 UTC (permalink / raw)
  To: 9fans

That currently links to an uncompressed tarball.
Just a heads up.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] Kirara new version
  2013-10-12 23:09 [9fans] Kirara new version arisawa
  2013-10-14  4:27 ` BurnZeZ
@ 2013-10-14  5:59 ` BurnZeZ
  2013-10-16  0:47   ` arisawa
  1 sibling, 1 reply; 4+ messages in thread
From: BurnZeZ @ 2013-10-14  5:59 UTC (permalink / raw)
  To: 9fans

kirara2=/n/other/kirara2
kirara=$kirara2

This is in many of the scripts, and you are required to manually correct it.

if(~ $#kirara2 0)
	kirara2=/n/other/kirara2

Is there a reason something like this is not done instead?



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] Kirara new version
  2013-10-14  5:59 ` BurnZeZ
@ 2013-10-16  0:47   ` arisawa
  0 siblings, 0 replies; 4+ messages in thread
From: arisawa @ 2013-10-16  0:47 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello,

My first code was like
> if(~ $#kirara2 0)
> 	kirara2=/n/other/kirara2

but I rewrote
> kirara2=/n/other/kirara2
> kirara=$kirara2


because the latter is safest, though a little pain.

Thanks

On 2013/10/14, at 14:59, BurnZeZ <brz-systemd-dev@intma.in> wrote:

> kirara2=/n/other/kirara2
> kirara=$kirara2
> 
> This is in many of the scripts, and you are required to manually correct it.
> 
> if(~ $#kirara2 0)
> 	kirara2=/n/other/kirara2
> 
> Is there a reason something like this is not done instead?
> 




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-10-16  0:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-12 23:09 [9fans] Kirara new version arisawa
2013-10-14  4:27 ` BurnZeZ
2013-10-14  5:59 ` BurnZeZ
2013-10-16  0:47   ` arisawa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).