From: parozusa@web.de
To: help-gnu-emacs@gnu.org
Subject: Re: how to send lines of a shell script directly to the shell
Date: Sat, 22 Apr 2023 21:49:12 +0200 [thread overview]
Message-ID: <vriqa5yzelzb.fsf@web.de> (raw)
In-Reply-To: 87h6tgyzq5.fsf@mat.ucm.es
Uwe Brauer writes:
> Hi
>
> I have to execute a series of commands like
>
> git checkout strings
> mygit-push-named-branch strings
> etc
>
> It is a list of these commands in a file. I can call
> M-x shell
>
> And then copy each line to the shell where it is executed.
>
> Is there any faster way, a command like
> execute this line via the shell.
>
> I googled but cannot find anything.
>
> Regards
>
> Uwe Brauer
"list of commands in a file" = "shell script"
Make <file> executable by
$ chmod a+x <file>
and execute it
$ ./<file>
prev parent reply other threads:[~2023-04-22 19:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-16 8:53 how to send lines of a shell script directly to the shell Uwe Brauer
2023-04-16 9:05 ` tomas
2023-04-16 10:03 ` Uwe Brauer
2023-04-16 12:57 ` tomas
2023-04-16 10:09 ` Uwe Brauer
2023-04-18 18:52 ` Leo Butler
2023-04-18 19:14 ` Emanuel Berg
2023-04-20 20:12 ` Uwe Brauer
2023-04-16 15:31 ` Eduardo Ochs
2023-04-16 19:47 ` Uwe Brauer
2023-04-22 19:49 ` parozusa [this message]
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=vriqa5yzelzb.fsf@web.de \
--to=parozusa@web.de \
--cc=help-gnu-emacs@gnu.org \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.