Skip to content
This repository was archived by the owner on Feb 24, 2020. It is now read-only.

Conversation

@0xAX
Copy link
Contributor

@0xAX 0xAX commented Jul 30, 2016

Hello All,

It will be much convenient to copy output of the script
without touching of bash prompt at the last line of the
output.

Here is little example of last part of the script from the .github/ISSUE_TEMPLATE.md

Before:

~/dev/rkt (master) $ printf "$(systemctl --version)"
systemd 229
+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN~/dev/rkt (master) $ 

After:

~/dev/rkt (master) $ printf "$(systemctl --version)\n"
systemd 229
+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN
~/dev/rkt (master) $ 

It will be much convenient to copy output of the script
without touching of bash prompt at the last line of the
output.
@ghost
Copy link

ghost commented Jul 30, 2016

Can one of the admins verify this patch?

@s-urbaniak
Copy link
Contributor

LGTM, thanks!

@s-urbaniak s-urbaniak merged commit c70fd38 into rkt:master Jul 30, 2016
@0xAX 0xAX deleted the 0xAX-issue-template-fix branch December 24, 2016 17:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants