]> git.g-eek.se Git - inbyggd-frihet-wiki.git/commitdiff
(no commit message)
authoreliot <eliot@web>
Sun, 24 May 2020 10:46:37 +0000 (12:46 +0200)
committerIkiWiki <ikiwiki.info>
Sun, 24 May 2020 10:46:37 +0000 (12:46 +0200)
linux-intro/meeting0.txt.mdwn

index 1d85a84181b7f87b6cfa008a5c9837c81828f657..04070ef86122cd187b15eb0c4532b45870382186 100644 (file)
@@ -1,7 +1,7 @@
     #!/usr/bin/env bash
     
     #Copy file contents into Clipboard ("ctrl+c")
-    xclip -sel C < file
+    xclip -sel c < file
     
     
     ### Buffers and redirect ###