From: sl@9front.org
To: 9fans@9fans.net
Subject: Re: [9fans] Persistent font in Acme.
Date: Fri, 7 Nov 2014 21:03:49 +0100 [thread overview]
Message-ID: <11a9efd9821b9f9e4f44adfd7126c820@cirno.sfldmibb.det.wayport.net> (raw)
> I like the idea of making a small script but I couldn't make it work.
> What I want is to get this to execute without to much typing:
> term%acme -f /lib/font/bit/lucidasans/latin1.10.font and that's it.
> Any suggestion for a script and how to execute it would be most
> appreciated.
Anything you type into the shell that produces the desired result is
a valid shell script.
So, you could make a script $home/bin/rc/a:
#!/bin/rc
acme -f /lib/font/bit/lucidasans/latin1.10.font
Do chmod +xr $home/bin/rc/a and then run it by just typing a.
sl
next reply other threads:[~2014-11-07 20:03 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-07 20:03 sl [this message]
2014-11-07 22:13 ` Mats Olsson
2014-11-08 7:18 ` erik quanstrom
2014-11-08 8:29 ` Mats Olsson
2014-11-08 9:42 ` Richard Miller
2014-11-08 10:35 ` Mats Olsson
2014-11-08 13:47 ` Richard Miller
2014-11-08 14:17 ` Mats Olsson
2014-11-08 11:06 ` cinap_lenrek
2014-11-09 2:16 ` erik quanstrom
2014-11-09 9:46 ` Richard Miller
2014-11-08 15:02 ` Anthony Sorace
2014-11-09 2:06 ` erik quanstrom
-- strict thread matches above, loose matches on Subject: below --
2014-11-07 21:22 sl
2014-11-07 22:34 ` Mats Olsson
2014-11-06 10:01 Mats Olsson
2014-11-06 10:07 ` dante
2014-11-06 10:13 ` Ingo Krabbe
2014-11-06 12:48 ` Stuart Morrow
2014-11-06 13:14 ` Iruatã Souza
2014-11-06 13:30 ` erik quanstrom
2014-11-06 14:04 ` Iruatã Souza
2014-11-06 14:37 ` Lee Fallat
2014-11-06 14:56 ` Iruatã Souza
2014-11-07 20:53 ` Mats Olsson
2014-11-06 10:13 ` Mark van Atten
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11a9efd9821b9f9e4f44adfd7126c820@cirno.sfldmibb.det.wayport.net \
--to=sl@9front.org \
--cc=9fans@9fans.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).